Searched refs:mEvents (Results 1 – 2 of 2) sorted by relevance
151 mEventPoolUsage.addValue(static_cast<uint32_t>(mEvents.size())); in run()154 Event *event = mEvents.pop(); in run()156 mPowerControlManager.preEventLoopProcess(mEvents.size() + 1); in run()159 mPowerControlManager.postEventLoopProcess(mEvents.size()); in run()165 while (!mEvents.empty()) { in run()166 freeEvent(mEvents.pop()); in run()284 mEvents.removeMatchedFromBack(isLowPriorityEvent, /* data= */ nullptr, in removeLowPriorityEventsFromBack()352 if (event == nullptr || !mEvents.push(event)) { in postSystemEvent()474 success = mEvents.push(event); in allocateAndPostEvent()515 while (!mEvents.empty()) { in flushInboundEventQueue()[all …]
73 mEvents(kMaxEventBlock), in EventLoop()384 FixedSizeBlockingQueue<Event *, kMaxUnscheduledEventCount> mEvents; variable402 BlockingSegmentedQueue<Event *, kEventPerBlock> mEvents;