Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/vts/functional/
DSensorsHidlEnvironmentV2_0.cpp64 mWakeLockQueue = std::make_unique<WakeLockQueue>(MAX_RECEIVE_BUFFER_EVENT_COUNT, in resetHal()
67 if (mEventQueue == nullptr || mWakeLockQueue == nullptr) { in resetHal()
77 mSensors->initialize(*mEventQueue->getDesc(), *mWakeLockQueue->getDesc(), in resetHal()
DSensorsHidlEnvironmentV2_0.h106 std::unique_ptr<WakeLockQueue> mWakeLockQueue; variable
/hardware/interfaces/sensors/2.0/default/
DSensors.cpp126 mWakeLockQueue = in initialize()
129 if (!mCallback || !mEventQueue || !mWakeLockQueue || mEventQueueFlag == nullptr) { in initialize()
237 mWakeLockQueue->readBlocking(&eventsHandled, 1 /* count */, 0 /* readNotification */, in readWakeLockFMQ()
DSensors.h127 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue; member