Searched refs:mPendingEventPool (Results 1 – 6 of 6) sorted by relevance
55 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE); field in KeyEventDispatcher222 PendingKeyEvent pendingEvent = mPendingEventPool.acquire(); in obtainPendingEventLocked()277 mPendingEventPool.release(pendingEvent); in removeReferenceToPendingEventLocked()
624 private final Pools.Pool<PendingEvent> mPendingEventPool = new Pools.SimplePool<>(20); field in TvAdManager.Session972 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()1103 mPendingEventPool.release(p); in recyclePendingEventLocked()
1092 private final Pools.Pool<PendingEvent> mPendingEventPool = new Pools.SimplePool<>(20); field in TvInteractiveAppManager.Session1881 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()1967 mPendingEventPool.release(p); in recyclePendingEventLocked()
2968 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);3990 PendingEvent p = mPendingEventPool.acquire();4003 mPendingEventPool.release(p);
690 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager4288 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()4303 mPendingEventPool.release(p); in recyclePendingEventLocked()
31461 Landroid/media/tv/TvInputManager$Session;->mPendingEventPool:Landroid/util/Pools$Pool;59884 Landroid/view/inputmethod/InputMethodManager;->mPendingEventPool:Landroid/util/Pools$Pool;