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.java2726 int scoAudioMode = in startBluetoothSco() local
2729 startBluetoothScoInt(cb, scoAudioMode); in startBluetoothSco()
2737 void startBluetoothScoInt(IBinder cb, int scoAudioMode){ in startBluetoothScoInt() argument
2749 client.incCount(scoAudioMode); in startBluetoothScoInt()
2795 public void incCount(int scoAudioMode) { in incCount() argument
2797 requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in incCount()
2867 private void requestScoState(int state, int scoAudioMode) { in requestScoState() argument
2882 mScoAudioMode = scoAudioMode; in requestScoState()
2883 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()