Searched refs:mBatchedLocationInCache (Results 1 – 6 of 6) sorted by relevance
221 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()
79 std::vector<Location> mBatchedLocationInCache; variable
220 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()
80 std::vector<Location> mBatchedLocationInCache; variable