Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp209 mWakeLockQueue = std::make_unique<WakeLockQueue>( in connectHidlServiceV2_0()
217 hardware::EventFlag::createEventFlag(mWakeLockQueue->getEventFlagWord(), in connectHidlServiceV2_0()
221 mWakeLockQueue != nullptr && mEventQueueFlag != nullptr && in connectHidlServiceV2_0()
226 *mWakeLockQueue->getDesc(), in connectHidlServiceV2_0()
533 if (mWakeLockQueue->write(&count)) { in writeWakeLockHandled()
DSensorDevice.h243 std::unique_ptr<WakeLockQueue> mWakeLockQueue; variable