Searched refs:mWakeLockQueue (Results 1 – 5 of 5) sorted by relevance
62 mWakeLockQueue = std::make_unique<WakeLockQueue>(MAX_RECEIVE_BUFFER_EVENT_COUNT, in resetHal()65 if (mWakeLockQueue == nullptr) { in resetHal()75 mSensors->initialize(*mWakeLockQueue->getDesc(), new NoOpSensorsCallback()); in resetHal()
103 std::unique_ptr<WakeLockQueue> mWakeLockQueue; variable
142 mWakeLockQueue = std::make_unique<WakeLockMessageQueue>(wakeLockDescriptor, in initializeBase()145 if (!mCallback || !mEventQueue || !mWakeLockQueue || mEventQueueFlag == nullptr) { in initializeBase()246 mWakeLockQueue->readBlocking(&eventsHandled, 1 /* count */, 0 /* readNotification */, in readWakeLockFMQ()299 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue; member
225 mWakeLockQueue = in initializeCommon()237 if (EventFlag::createEventFlag(mWakeLockQueue->getEventFlagWord(), &mWakelockQueueFlag) != OK) { in initializeCommon()240 if (!mDynamicSensorsCallback || !mEventQueue || !mWakeLockQueue || mEventQueueFlag == nullptr) { in initializeCommon()527 if (mWakelockQueueFlag != nullptr && mWakeLockQueue != nullptr) { in stopThreads()529 mWakeLockQueue->write(&kZero); in stopThreads()615 bool success = mWakeLockQueue->readBlocking( in handleWakelocks()
157 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue; variable