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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2763 // The calling identity must be cleared before calling ScoClient.decCount().
2764 // decCount() calls requestScoState() which in turn can call BluetoothHeadset APIs
2768 client.decCount();
2813 public void decCount() { method in class:AudioService.ScoClient
2816 Log.w(TAG, "ScoClient.decCount() already 0");
2823 Log.w(TAG, "decCount() going to 0 but not registered to binder");

Completed in 54 milliseconds