Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/sensors/common/vts/2_X/
H A DSensorsHidlEnvironmentV2_X.h97 typedef MessageQueue<uint32_t, ::android::hardware::kSynchronizedReadWrite> WakeLockQueue; typedef
103 std::unique_ptr<WakeLockQueue> mWakeLockQueue;
H A DSensorsHidlEnvironmentV2_X.cpp62 mWakeLockQueue = std::make_unique<WakeLockQueue>(MAX_RECEIVE_BUFFER_EVENT_COUNT, in resetHal()
/aosp12/frameworks/native/services/sensorservice/
H A DSensorDevice.h291 typedef hardware::MessageQueue<uint32_t, hardware::kSynchronizedReadWrite> WakeLockQueue; typedef
292 std::unique_ptr<WakeLockQueue> mWakeLockQueue;
H A DSensorDevice.cpp281 mWakeLockQueue = std::make_unique<WakeLockQueue>( in initializeHidlServiceV2_X()