Home
last modified time | relevance | path

Searched refs:getCurrentTime (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm7150/gps/android/2.0/location_api/
DLocationUtil.h52 bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos);
DLocationUtil.cpp84 bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos) in getCurrentTime() function
130 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in convertGnssLocation()
DMeasurementAPIClient.cpp424 if (getCurrentTime(currentTime, sinceBootTimeNanos) && in convertGnssData_2_0()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstUtils.cpp504 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local
505 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
507 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
651 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local
652 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
654 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
/hardware/qcom/sm8150/gps/core/
DLocApiBase.cpp954 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in open()
997 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in getElapsedRealtimeQtimer()
1031 bool ElapsedRealtimeEstimator::getCurrentTime( in getCurrentTime() function in loc_core::ElapsedRealtimeEstimator
DLocApiBase.h367 static bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos);
/hardware/qcom/sm7250/gps/core/
DLocApiBase.cpp954 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in open()
997 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in getElapsedRealtimeQtimer()
1031 bool ElapsedRealtimeEstimator::getCurrentTime( in getCurrentTime() function in loc_core::ElapsedRealtimeEstimator
DLocApiBase.h367 static bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos);