Searched refs:mBatchedLocations (Results 1 – 2 of 2) sorted by relevance
46 mBatchedLocations.clear(); in init()137 while (mBatchedLocations.size() >= kBatchSize) { in batchLocationLocked()138 mBatchedLocations.pop_front(); in batchLocationLocked()141 mBatchedLocations.push_back(location); in batchLocationLocked()143 if (wakeUpOnFifoFull && (mBatchedLocations.size() >= kBatchSize)) { in batchLocationLocked()150 mCallback->gnssLocationBatchCb({mBatchedLocations.begin(), in flushLocked()151 mBatchedLocations.end()}); in flushLocked()152 mBatchedLocations.clear(); in flushLocked()
48 std::deque<GnssLocation> mBatchedLocations; member