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.java1262 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testIncomingCall_NonHdNonVoipCall_AptXDisabled() local
1345 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testIncomingCall_HdNonVoipCall_AptXEnabled() local
1420 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_LC3; in testSetAudioParametersWithAptxVoice_Lc3SwbEnabled() local
1451 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_LC3; in testSetAudioParametersWithoutAptxVoice_Lc3SwbEnabled() local
1481 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testSetAudioParametersWithAptxVoice_AptXSwbEnabled() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java564 public boolean enableSwb(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwb()
635 private native boolean enableSwbNative(int swbCodec, boolean enable, byte[] address); in enableSwbNative()
DHeadsetService.java2610 void enableSwbCodec(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwbCodec()
DHeadsetStateMachine.java2038 private void processSWBEvent(int swbCodec, int swbConfig) { in processSWBEvent()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp959 jint swbCodec, jboolean enable, in enableSwbNative()