Lines Matching refs:ExtendedTimestamp
650 ExtendedTimestamp *timestamp __unused) const in threadloop_getHalTimestamp_l()
737 ExtendedTimestamp mTimestamp;
1186 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in setStandby_l()
1624 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME]); in acquireWakeLock_l()
1680 ExtendedTimestamp *timestamp) const override in threadloop_getHalTimestamp_l()
1785 status_t threadloop_getHalTimestamp_l(ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l()
1792 timestamp->mPosition[ExtendedTimestamp::LOCATION_KERNEL] in threadloop_getHalTimestamp_l()
1794 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] in threadloop_getHalTimestamp_l()
1916 ExtendedTimestamp *timestamp) const override REQUIRES(mutex()) { in threadloop_getHalTimestamp_l()
1919 const ExtendedTimestamp trackTimestamp = in threadloop_getHalTimestamp_l()
1921 if (trackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] > 0) { in threadloop_getHalTimestamp_l()
1922 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = in threadloop_getHalTimestamp_l()
1923 trackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in threadloop_getHalTimestamp_l()
1924 timestamp->mPosition[ExtendedTimestamp::LOCATION_KERNEL] = in threadloop_getHalTimestamp_l()
1925 trackTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in threadloop_getHalTimestamp_l()