Searched defs:swbCodec (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 1212 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testIncomingCall_NonHdNonVoipCall_AptXDisabled() local 1295 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testIncomingCall_HdNonVoipCall_AptXEnabled() local 1370 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_LC3; in testSetAudioParametersWithAptxVoice_Lc3SwbEnabled() local 1401 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_LC3; in testSetAudioParametersWithoutAptxVoice_Lc3SwbEnabled() local 1431 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testSetAudioParametersWithAptxVoice_AptXSwbEnabled() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 535 boolean enableSwb(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwb() 606 private native boolean enableSwbNative(int swbCodec, boolean enable, byte[] address); in enableSwbNative()
|
D | HeadsetService.java | 2409 void enableSwbCodec(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwbCodec()
|
D | HeadsetStateMachine.java | 2081 private void processSWBEvent(int swbCodec, int swbConfig) { in processSWBEvent()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfp.cpp | 956 static jboolean enableSwbNative(JNIEnv* env, jobject /* object */, jint swbCodec, jboolean enable, in enableSwbNative()
|