Searched refs:scoAudioMode (Results 1 – 1 of 1) sorted by relevance
2572 int scoAudioMode = in startBluetoothSco() local2575 startBluetoothScoInt(cb, scoAudioMode); in startBluetoothSco()2583 void startBluetoothScoInt(IBinder cb, int scoAudioMode){ in startBluetoothScoInt() argument2595 client.incCount(scoAudioMode); in startBluetoothScoInt()2641 public void incCount(int scoAudioMode) { in incCount() argument2643 requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in incCount()2713 private void requestScoState(int state, int scoAudioMode) { in requestScoState() argument2728 mScoAudioMode = scoAudioMode; in requestScoState()2729 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()