Searched refs:wakeUpOnFifoFull (Results 1 – 2 of 2) sorted by relevance
62 const bool wakeUpOnFifoFull = in start() local69 mThread = std::thread([this, interval, wakeUpOnFifoFull](){ in start()80 batchLocationLocked(mLocation.value(), wakeUpOnFifoFull); in start()136 const bool wakeUpOnFifoFull) { in batchLocationLocked() argument143 if (wakeUpOnFifoFull && (mBatchedLocations.size() >= kBatchSize)) { in batchLocationLocked()
44 void batchLocationLocked(GnssLocation location, bool wakeUpOnFifoFull);