Lines Matching refs:ExtendedTimestamp
522 ExtendedTimestamp *timestamp __unused) const { in threadloop_getHalTimestamp_l()
590 ExtendedTimestamp mTimestamp;
1249 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME]); in acquireWakeLock_l()
1293 ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1377 status_t threadloop_getHalTimestamp_l(ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1384 timestamp->mPosition[ExtendedTimestamp::LOCATION_KERNEL] in threadloop_getHalTimestamp_l()
1386 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] in threadloop_getHalTimestamp_l()
1500 ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1503 const ExtendedTimestamp trackTimestamp = in threadloop_getHalTimestamp_l()
1505 if (trackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] > 0) { in threadloop_getHalTimestamp_l()
1506 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = in threadloop_getHalTimestamp_l()
1507 trackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in threadloop_getHalTimestamp_l()
1508 timestamp->mPosition[ExtendedTimestamp::LOCATION_KERNEL] = in threadloop_getHalTimestamp_l()
1509 trackTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in threadloop_getHalTimestamp_l()