Home
last modified time | relevance | path

Searched refs:mWakeUpOnFifoFull (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/aidl/default/
DGnssBatching.cpp36 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()
DGnssBatching.h46 std::atomic<bool> mWakeUpOnFifoFull; member