Lines Matching refs:ExtendedTimestamp
473 ExtendedTimestamp *timestamp __unused) const { in threadloop_getHalTimestamp_l()
544 ExtendedTimestamp mTimestamp;
1196 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME]); in acquireWakeLock_l()
1240 ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1325 status_t threadloop_getHalTimestamp_l(ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1332 timestamp->mPosition[ExtendedTimestamp::LOCATION_KERNEL] in threadloop_getHalTimestamp_l()
1334 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] in threadloop_getHalTimestamp_l()
1448 ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1451 const ExtendedTimestamp trackTimestamp = in threadloop_getHalTimestamp_l()
1453 if (trackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] > 0) { in threadloop_getHalTimestamp_l()
1454 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = in threadloop_getHalTimestamp_l()
1455 trackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in threadloop_getHalTimestamp_l()
1456 timestamp->mPosition[ExtendedTimestamp::LOCATION_KERNEL] = in threadloop_getHalTimestamp_l()
1457 trackTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in threadloop_getHalTimestamp_l()