Searched refs:mEvents (Results 1 – 2 of 2) sorted by relevance
111 if (!havePendingEvents || !mEvents.empty()) { in run()112 if (mEvents.size() > mMaxEventPoolUsage) { in run()113 mMaxEventPoolUsage = mEvents.size(); in run()117 distributeEvent(mEvents.pop()); in run()122 mPowerControlManager.postEventLoopProcess(mEvents.size()); in run()131 while (!mEvents.empty()) { in run()132 freeEvent(mEvents.pop()); in run()353 success = mEvents.push(event); in allocateAndPostEvent()406 while (!mEvents.empty()) { in flushInboundEventQueue()407 distributeEvent(mEvents.pop()); in flushInboundEventQueue()
294 FixedSizeBlockingQueue<Event *, kMaxUnscheduledEventCount> mEvents; variable