Searched refs:mEventQueue (Results 1 – 7 of 7) sorted by relevance
91 private final LinkedBlockingQueue<Integer> mEventQueue; field in MediaDecoder141 mEventQueue = new LinkedBlockingQueue<Integer>(MAX_EVENTS); in MediaDecoder()154 if (mEventQueue.isEmpty()) { in setOpenGLEnabled()172 mEventQueue.offer(EVENT_START); in start()182 mEventQueue.offer(EVENT_STOP); in stop()185 mEventQueue.offer(EVENT_EOF); in stop()194 event = mEventQueue.poll(); in run()314 mEventQueue.clear(); in onStop()
171 private Queue<NotifEvent> mEventQueue = new ArrayDeque<>(); field in NotifCollection487 mEventQueue.add(new RankingUpdatedEvent(rankingMap)); in onNotificationRankingUpdate()514 mEventQueue.add(new InitEntryEvent(entry)); in postNotification()515 mEventQueue.add(new BindEntryEvent(entry, sbn)); in postNotification()519 mEventQueue.add(new EntryAddedEvent(entry)); in postNotification()535 mEventQueue.add(new BindEntryEvent(entry, sbn)); in postNotification()578 mEventQueue.add(new CleanUpEntryEvent(entry)); in tryRemoveNotification()659 mEventQueue.add(new RankingAppliedEvent()); in applyRanking()692 while (!mEventQueue.isEmpty()) { in dispatchEvents()693 mEventQueue.remove().dispatchTo(mNotifCollectionListeners); in dispatchEvents()[all …]
117 private LinkedBlockingQueue<Event> mEventQueue = new LinkedBlockingQueue<Event>(); field in GraphRunner.GraphRunLoop179 mEventQueue.clear(); in loop()207 if (mEventQueue.isEmpty()) { in pushWakeEvent()213 mEventQueue.offer(event); in pushEvent()217 mEventQueue.offer(new Event(eventId, object)); in pushEvent()235 return mEventQueue.take(); in nextEvent()
772 private LinkedBlockingQueue<Event> mEventQueue = new LinkedBlockingQueue<Event>(MAX_EVENTS); field in CameraStreamer.CameraRunnable941 mEventQueue.put(new Event(eventId)); in pushEvent()943 mEventQueue.offer(new Event(eventId)); in pushEvent()1133 return mEventQueue.take(); in nextEvent()
208 private final ArrayList<AccessibilityEvent> mEventQueue = new ArrayList<AccessibilityEvent>(); field in UiAutomation1032 mEventQueue.clear(); in executeAndWaitForEvent()1055 localEvents.addAll(mEventQueue); in executeAndWaitForEvent()1056 mEventQueue.clear(); in executeAndWaitForEvent()1078 if (mEventQueue.isEmpty()) { in executeAndWaitForEvent()1095 mEventQueue.clear(); in executeAndWaitForEvent()1838 mEventQueue.add(AccessibilityEvent.obtain(event)); in IAccessibilityServiceClientImpl()
1330 if (! mEventQueue.isEmpty()) { in guardedRun()1331 event = mEventQueue.remove(0); in guardedRun()1827 mEventQueue.add(r); in queueEvent()1851 private ArrayList<Runnable> mEventQueue = new ArrayList<Runnable>(); field in GLSurfaceView.GLThread
9125 Landroid/app/UiAutomation;->mEventQueue:Ljava/util/ArrayList;34563 Landroid/opengl/GLSurfaceView$GLThread;->mEventQueue:Ljava/util/ArrayList;