Searched refs:mCallSessionsPool (Results 1 – 1 of 1) sorted by relevance
83 private final Queue<CallSession> mCallSessionsPool = new ConcurrentLinkedQueue<>(); field in BinderCallsStats136 CallSession s = mCallSessionsPool.poll(); in obtainCallSession()149 if (mCallSessionsPool.size() < CALL_SESSIONS_POOL_SIZE) { in callEnded()150 mCallSessionsPool.add(s); in callEnded()