Searched refs:mWakeUpOnFifoFull (Results 1 – 2 of 2) sorted by relevance
36 mWakeUpOnFifoFull(false), in GnssBatching()66 mWakeUpOnFifoFull = (options.flags & IGnssBatching::WAKEUP_ON_FIFO_FULL) ? true : false; in start()123 if (mWakeUpOnFifoFull && mBatchedLocations.size() == BATCH_SIZE) { in batchLocation()
46 std::atomic<bool> mWakeUpOnFifoFull; member