Home
last modified time | relevance | path

Searched defs:swbCodec (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java1212 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/
DHeadsetNativeInterface.java535 boolean enableSwb(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwb()
606 private native boolean enableSwbNative(int swbCodec, boolean enable, byte[] address); in enableSwbNative()
DHeadsetService.java2409 void enableSwbCodec(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwbCodec()
DHeadsetStateMachine.java2081 private void processSWBEvent(int swbCodec, int swbConfig) { in processSWBEvent()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp956 static jboolean enableSwbNative(JNIEnv* env, jobject /* object */, jint swbCodec, jboolean enable, in enableSwbNative()