Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java49 private final ConcurrentLinkedQueue<DispatchSession> mSessionPool = field in LooperStats
81 DispatchSession session = mSessionPool.poll(); in messageDispatchStarting()
261 if (session != DispatchSession.NOT_SAMPLED && mSessionPool.size() < SESSION_POOL_SIZE) { in recycleSession()
262 mSessionPool.add(session); in recycleSession()