Home
last modified time | relevance | path

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

/device/generic/goldfish/gnss/
DGnssBatching.cpp62 const bool wakeUpOnFifoFull = in start() local
69 mThread = std::thread([this, interval, wakeUpOnFifoFull](){ in start()
80 batchLocationLocked(mLocation.value(), wakeUpOnFifoFull); in start()
136 const bool wakeUpOnFifoFull) { in batchLocationLocked() argument
143 if (wakeUpOnFifoFull && (mBatchedLocations.size() >= kBatchSize)) { in batchLocationLocked()
DGnssBatching.h44 void batchLocationLocked(GnssLocation location, bool wakeUpOnFifoFull);