Home
last modified time | relevance | path

Searched refs:mBatchedLocationInCache (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/gps/android/2.1/location_api/
DBatchingAPIClient.cpp221 mBatchedLocationInCache.push_back(location[i]); in onBatchingCb()
235 size_t batchCacheCnt = mBatchedLocationInCache.size(); in onBatchingCb()
242 convertGnssLocation(mBatchedLocationInCache[i], locationVec[i]); in onBatchingCb()
258 convertGnssLocation(mBatchedLocationInCache[i], locationVec[i]); in onBatchingCb()
270 mBatchedLocationInCache.clear(); in onBatchingCb()
DBatchingAPIClient.h79 std::vector<Location> mBatchedLocationInCache; variable
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DBatchingAPIClient.cpp221 mBatchedLocationInCache.push_back(location[i]); in onBatchingCb()
235 size_t batchCacheCnt = mBatchedLocationInCache.size(); in onBatchingCb()
242 convertGnssLocation(mBatchedLocationInCache[i], locationVec[i]); in onBatchingCb()
258 convertGnssLocation(mBatchedLocationInCache[i], locationVec[i]); in onBatchingCb()
270 mBatchedLocationInCache.clear(); in onBatchingCb()
DBatchingAPIClient.h79 std::vector<Location> mBatchedLocationInCache; variable
/hardware/qcom/sm7250/gps/android/2.1/location_api/
DBatchingAPIClient.cpp220 mBatchedLocationInCache.push_back(location[i]); in onBatchingCb()
234 size_t batchCacheCnt = mBatchedLocationInCache.size(); in onBatchingCb()
241 convertGnssLocation(mBatchedLocationInCache[i], locationVec[i]); in onBatchingCb()
257 convertGnssLocation(mBatchedLocationInCache[i], locationVec[i]); in onBatchingCb()
269 mBatchedLocationInCache.clear(); in onBatchingCb()
DBatchingAPIClient.h80 std::vector<Location> mBatchedLocationInCache; variable