Searched refs:mEvents (Results 1 – 2 of 2) sorted by relevance
109 if (!havePendingEvents || !mEvents.empty()) { in run()110 if (mEvents.size() > mMaxEventPoolUsage) { in run()111 mMaxEventPoolUsage = mEvents.size(); in run()115 distributeEvent(mEvents.pop()); in run()120 mPowerControlManager.postEventLoopProcess(mEvents.size()); in run()129 while (!mEvents.empty()) { in run()130 freeEvent(mEvents.pop()); in run()340 success = mEvents.push(event); in allocateAndPostEvent()393 while (!mEvents.empty()) { in flushInboundEventQueue()394 distributeEvent(mEvents.pop()); in flushInboundEventQueue()
293 FixedSizeBlockingQueue<Event *, kMaxUnscheduledEventCount> mEvents; variable