Home
last modified time | relevance | path

Searched refs:WakeLockQueueFlagBits (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/sensors/common/default/2.X/
DSensors.h50 using WakeLockQueueFlagBits = ::android::hardware::sensors::V2_0::WakeLockQueueFlagBits; member
247 static_cast<uint32_t>(WakeLockQueueFlagBits::DATA_WRITTEN), in readWakeLockFMQ()
/hardware/interfaces/sensors/2.0/
Dtypes.hal44 enum WakeLockQueueFlagBits : uint32_t {
DISensors.hal108 * The framework must use the WakeLockQueueFlagBits::DATA_WRITTEN value to
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp40 using ::android::hardware::sensors::V2_0::WakeLockQueueFlagBits;
530 mWakelockQueueFlag->wake(static_cast<uint32_t>(WakeLockQueueFlagBits::DATA_WRITTEN)); in stopThreads()
617 static_cast<uint32_t>(WakeLockQueueFlagBits::DATA_WRITTEN), timeLeft); in handleWakelocks()
/hardware/interfaces/sensors/2.1/
DISensors.hal75 * The framework must use the WakeLockQueueFlagBits::DATA_WRITTEN value to
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DHalProxy_test.cpp44 using ::android::hardware::sensors::V2_0::WakeLockQueueFlagBits;
865 wakelockQueueFlag->wake(static_cast<uint32_t>(WakeLockQueueFlagBits::DATA_WRITTEN)); in ackWakeupEventsToHalProxy()