Searched refs:mScoClients (Results 1 – 1 of 1) sorted by relevance
442 private final ArrayList <ScoClient> mScoClients = new ArrayList <ScoClient>(); field in AudioService2783 synchronized(mScoClients) { in binderDied()2785 int index = mScoClients.indexOf(this); in binderDied()2790 mScoClients.remove(this); in binderDied()2796 synchronized(mScoClients) { in incCount()2811 synchronized(mScoClients) { in decCount()2829 synchronized(mScoClients) { in clearCount()2857 synchronized(mScoClients) { in totalCount()2859 int size = mScoClients.size(); in totalCount()2861 count += mScoClients.get(i).getCount(); in totalCount()[all …]