Home
last modified time | relevance | path

Searched defs:channelMode (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java200 int channelMode = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in processParameters() local
448 int channelMode, long codecSpecific1, long codecSpecific2, in setCodecValue()
530 int channelMode, long codecSpecific1) { in verifyCodeConfig()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_hd.cc46 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
580 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
603 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
634 uint8_t channelMode; in setCodecConfig() local
940 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_aptx.cc45 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
557 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
580 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
611 uint8_t channelMode; in setCodecConfig() local
912 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_ldac.cc47 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
885 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
913 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
948 uint8_t channelMode; in setCodecConfig() local
1324 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_aac.cc49 uint8_t channelMode; /* STEREO/MONO */ member
959 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
982 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
1012 uint8_t channelMode; in setCodecConfig() local
1413 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_opus.cc45 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
842 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
865 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
895 uint8_t channelMode; in setCodecConfig() local
1250 uint8_t channelMode; in setPeerCodecCapabilities() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java252 @ChannelMode int channelMode, in BluetoothCodecConfig()
288 @ChannelMode int channelMode, in BluetoothCodecConfig()
778 int channelMode = other.mChannelMode; in similarCodecFeedingParameters() local
907 public @NonNull Builder setChannelMode(@ChannelMode int channelMode) { in setChannelMode()
DBluetoothCodecStatus.java127 int channelMode = codecConfig.getChannelMode(); in isCodecConfigSelectable() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java826 int channelMode, in testCodecParametersChangeHelper()
1115 int channelMode, in buildBluetoothCodecConfig()
DA2dpServiceTest.java1304 int channelMode, in buildBluetoothCodecConfig()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java61 public void setChannelMode(int channelMode) { in setChannelMode()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java588 int channelMode, in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java564 int channelMode, in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp221 jint channelMode = env->CallIntMethod( in prepareCodecPreferences() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info_unittest.cc130 std::vector<ChannelMode> channelMode, in CreateTestA2dpCodecInfo()