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