Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java50 private final ConcurrentLinkedQueue<DispatchSession> mSessionPool = field in LooperStats
83 DispatchSession session = mSessionPool.poll(); in messageDispatchStarting()
275 if (session != DispatchSession.NOT_SAMPLED && mSessionPool.size() < SESSION_POOL_SIZE) { in recycleSession()
276 mSessionPool.add(session); in recycleSession()