Searched refs:mPendingEventPool (Results 1 – 5 of 5) 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()
1055 private final Pools.Pool<PendingEvent> mPendingEventPool = new Pools.SimplePool<>(20); field in TvInteractiveAppManager.Session1803 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()1889 mPendingEventPool.release(p); in recyclePendingEventLocked()
2672 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);3649 PendingEvent p = mPendingEventPool.acquire();3662 mPendingEventPool.release(p);
652 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager3766 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()3781 mPendingEventPool.release(p); in recyclePendingEventLocked()
31461 Landroid/media/tv/TvInputManager$Session;->mPendingEventPool:Landroid/util/Pools$Pool;60527 Landroid/view/inputmethod/InputMethodManager;->mPendingEventPool:Landroid/util/Pools$Pool;