Searched refs:scoAudioMode (Results 1 – 1 of 1) sorted by relevance
2726 int scoAudioMode = in startBluetoothSco() local2729 startBluetoothScoInt(cb, scoAudioMode); in startBluetoothSco()2737 void startBluetoothScoInt(IBinder cb, int scoAudioMode){ in startBluetoothScoInt() argument2749 client.incCount(scoAudioMode); in startBluetoothScoInt()2795 public void incCount(int scoAudioMode) { in incCount() argument2797 requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in incCount()2867 private void requestScoState(int state, int scoAudioMode) { in requestScoState() argument2882 mScoAudioMode = scoAudioMode; in requestScoState()2883 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()