Searched defs:swbCodec (Results 1 – 5 of 5) sorted by relevance
1262 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testIncomingCall_NonHdNonVoipCall_AptXDisabled() local1345 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testIncomingCall_HdNonVoipCall_AptXEnabled() local1420 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_LC3; in testSetAudioParametersWithAptxVoice_Lc3SwbEnabled() local1451 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_LC3; in testSetAudioParametersWithoutAptxVoice_Lc3SwbEnabled() local1481 int swbCodec = HeadsetHalConstants.BTHF_SWB_CODEC_VENDOR_APTX; in testSetAudioParametersWithAptxVoice_AptXSwbEnabled() local
564 public boolean enableSwb(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwb()635 private native boolean enableSwbNative(int swbCodec, boolean enable, byte[] address); in enableSwbNative()
2610 void enableSwbCodec(int swbCodec, boolean enable, BluetoothDevice device) { in enableSwbCodec()
2038 private void processSWBEvent(int swbCodec, int swbConfig) { in processSWBEvent()
959 jint swbCodec, jboolean enable, in enableSwbNative()