Home
last modified time | relevance | path

Searched refs:mPendingEventPool (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DKeyEventDispatcher.java55 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE); field in KeyEventDispatcher
222 PendingKeyEvent pendingEvent = mPendingEventPool.acquire(); in obtainPendingEventLocked()
277 mPendingEventPool.release(pendingEvent); in removeReferenceToPendingEventLocked()
/frameworks/base/media/java/android/media/tv/ad/
DTvAdManager.java624 private final Pools.Pool<PendingEvent> mPendingEventPool = new Pools.SimplePool<>(20); field in TvAdManager.Session
972 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()
1103 mPendingEventPool.release(p); in recyclePendingEventLocked()
/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppManager.java1092 private final Pools.Pool<PendingEvent> mPendingEventPool = new Pools.SimplePool<>(20); field in TvInteractiveAppManager.Session
1881 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()
1967 mPendingEventPool.release(p); in recyclePendingEventLocked()
/frameworks/base/media/java/android/media/tv/
DTvInputManager.java2968 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);
3990 PendingEvent p = mPendingEventPool.acquire();
4003 mPendingEventPool.release(p);
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java690 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager
4288 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()
4303 mPendingEventPool.release(p); in recyclePendingEventLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31461 Landroid/media/tv/TvInputManager$Session;->mPendingEventPool:Landroid/util/Pools$Pool;
59884 Landroid/view/inputmethod/InputMethodManager;->mPendingEventPool:Landroid/util/Pools$Pool;