Home
last modified time | relevance | path

Searched refs:tripTBFInterval (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp228 (mOngoingTripTBFInterval > tripSessStatus.tripTBFInterval)) { in restartSessions()
229 mOngoingTripTBFInterval = tripSessStatus.tripTBFInterval; in restartSessions()
679 if (tripSession.tripTBFInterval == mAdapter.mOngoingTripTBFInterval) { in reportCompletedTripsEvent()
891 if (tripSess.tripTBFInterval == mOngoingTripTBFInterval) { in stopTripBatchingMultiplexCommon()
959 (minTBFInterval > tripSessStatus.tripTBFInterval)) { in restartTripBatching()
960 minTBFInterval = tripSessStatus.tripTBFInterval; in restartTripBatching()
1044 tripSessStatus.tripDistance, tripSessStatus.tripTBFInterval, in printTripReport()
DBatchingAdapter.h47 uint32_t tripTBFInterval; member