Searched refs:mWakeLockQueue (Results 1 – 6 of 6) sorted by relevance
71 mWakeLockQueue = std::make_unique<WakeLockQueue>(MAX_RECEIVE_BUFFER_EVENT_COUNT, in resetHal()74 if (mEventQueue == nullptr || mWakeLockQueue == nullptr) { in resetHal()84 mSensors->initialize(*mEventQueue->getDesc(), *mWakeLockQueue->getDesc(), in resetHal()
108 std::unique_ptr<WakeLockQueue> mWakeLockQueue; variable
126 mWakeLockQueue = in initialize()129 if (!mCallback || !mEventQueue || !mWakeLockQueue || mEventQueueFlag == nullptr) { in initialize()237 mWakeLockQueue->readBlocking(&eventsHandled, 1 /* count */, 0 /* readNotification */, in readWakeLockFMQ()
127 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue; member
166 mWakeLockQueue = in initialize()178 if (EventFlag::createEventFlag(mWakeLockQueue->getEventFlagWord(), &mWakelockQueueFlag) != OK) { in initialize()181 if (!mDynamicSensorsCallback || !mEventQueue || !mWakeLockQueue || mEventQueueFlag == nullptr) { in initialize()450 if (mWakelockQueueFlag != nullptr && mWakeLockQueue != nullptr) { in stopThreads()452 mWakeLockQueue->write(&kZero); in stopThreads()538 bool success = mWakeLockQueue->readBlocking( in handleWakelocks()
149 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue; variable