Searched refs:scoAudioMode (Results 1 – 1 of 1) sorted by relevance
3329 int scoAudioMode = in startBluetoothSco() local3332 startBluetoothScoInt(cb, scoAudioMode); in startBluetoothSco()3340 void startBluetoothScoInt(IBinder cb, int scoAudioMode){ in startBluetoothScoInt() argument3352 client.incCount(scoAudioMode); in startBluetoothScoInt()3398 public void incCount(int scoAudioMode) { in incCount() argument3400 requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in incCount()3469 private void requestScoState(int state, int scoAudioMode) { in requestScoState() argument3473 Log.i(TAG, "requestScoState: state=" + state + ", scoAudioMode=" + scoAudioMode in requestScoState()3494 mScoAudioMode = scoAudioMode; in requestScoState()3495 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()[all …]