Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DHidlSensorHalWrapper.h161 typedef hardware::MessageQueue<uint32_t, hardware::kSynchronizedReadWrite> WakeLockQueue; typedef
162 std::unique_ptr<WakeLockQueue> mWakeLockQueue;
DHidlSensorHalWrapper.cpp488 std::make_unique<WakeLockQueue>(SensorEventQueue::MAX_RECEIVE_BUFFER_EVENT_COUNT, in initializeHidlServiceV2_X()