Home
last modified time | relevance | path

Searched refs:scoAudioMode (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2572 int scoAudioMode = in startBluetoothSco() local
2575 startBluetoothScoInt(cb, scoAudioMode); in startBluetoothSco()
2583 void startBluetoothScoInt(IBinder cb, int scoAudioMode){ in startBluetoothScoInt() argument
2595 client.incCount(scoAudioMode); in startBluetoothScoInt()
2641 public void incCount(int scoAudioMode) { in incCount() argument
2643 requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in incCount()
2713 private void requestScoState(int state, int scoAudioMode) { in requestScoState() argument
2728 mScoAudioMode = scoAudioMode; in requestScoState()
2729 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()