Searched refs:ScoClient (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java343 private final ArrayList <ScoClient> mScoClients = new ArrayList <ScoClient>();
1999 ScoClient client = getScoClient(cb, true);
2000 // The calling identity must be cleared before calling ScoClient.incCount().
2016 ScoClient client = getScoClient(cb, false);
2017 // The calling identity must be cleared before calling ScoClient.decCount().
2028 private class ScoClient implements IBinder.DeathRecipient { class in class:AudioService
2033 ScoClient(IBinder cb) { method in class:AudioService.ScoClient
2060 Log.w(TAG, "ScoClient incCount() could not link to "+mCb+" binder death");
2070 Log.w(TAG, "ScoClient
[all...]

Completed in 40 milliseconds