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.java3329 int scoAudioMode = in startBluetoothSco() local
3332 startBluetoothScoInt(cb, scoAudioMode); in startBluetoothSco()
3340 void startBluetoothScoInt(IBinder cb, int scoAudioMode){ in startBluetoothScoInt() argument
3352 client.incCount(scoAudioMode); in startBluetoothScoInt()
3398 public void incCount(int scoAudioMode) { in incCount() argument
3400 requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in incCount()
3469 private void requestScoState(int state, int scoAudioMode) { in requestScoState() argument
3473 Log.i(TAG, "requestScoState: state=" + state + ", scoAudioMode=" + scoAudioMode in requestScoState()
3494 mScoAudioMode = scoAudioMode; in requestScoState()
3495 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()
[all …]