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