Searched refs:mWakeLockQueue (Results 1 – 2 of 2) sorted by relevance
209 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()
243 std::unique_ptr<WakeLockQueue> mWakeLockQueue; variable