Searched refs:getCurrentTime (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm7150/gps/android/2.0/location_api/ |
D | LocationUtil.h | 52 bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos);
|
D | LocationUtil.cpp | 84 bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos) in getCurrentTime() function 130 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in convertGnssLocation()
|
D | MeasurementAPIClient.cpp | 424 if (getCurrentTime(currentTime, sinceBootTimeNanos) && in convertGnssData_2_0()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | ExecutionBurstUtils.cpp | 504 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/ |
D | LocApiBase.cpp | 954 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in open() 997 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in getElapsedRealtimeQtimer() 1031 bool ElapsedRealtimeEstimator::getCurrentTime( in getCurrentTime() function in loc_core::ElapsedRealtimeEstimator
|
D | LocApiBase.h | 367 static bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos);
|
/hardware/qcom/sm7250/gps/core/ |
D | LocApiBase.cpp | 954 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in open() 997 if (getCurrentTime(currentTime, sinceBootTimeNanos)) { in getElapsedRealtimeQtimer() 1031 bool ElapsedRealtimeEstimator::getCurrentTime( in getCurrentTime() function in loc_core::ElapsedRealtimeEstimator
|
D | LocApiBase.h | 367 static bool getCurrentTime(struct timespec& currentTime, int64_t& sinceBootTimeNanos);
|