Searched refs:mScoClients (Results 1 – 1 of 1) sorted by relevance
435 private final ArrayList <ScoClient> mScoClients = new ArrayList <ScoClient>(); field in AudioService2629 synchronized(mScoClients) { in binderDied()2631 int index = mScoClients.indexOf(this); in binderDied()2636 mScoClients.remove(this); in binderDied()2642 synchronized(mScoClients) { in incCount()2657 synchronized(mScoClients) { in decCount()2675 synchronized(mScoClients) { in clearCount()2703 synchronized(mScoClients) { in totalCount()2705 int size = mScoClients.size(); in totalCount()2707 count += mScoClients.get(i).getCount(); in totalCount()[all …]