Searched refs:mSessionPool (Results 1 – 1 of 1) sorted by relevance
49 private final ConcurrentLinkedQueue<DispatchSession> mSessionPool = field in LooperStats81 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()