Home
last modified time | relevance | path

Searched defs:channelMode (Results 1 – 14 of 14) 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.cc43 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
566 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
589 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
620 uint8_t channelMode; in setCodecConfig() local
922 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_aptx_hd.cc43 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
584 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
607 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
638 uint8_t channelMode; in setCodecConfig() local
947 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_ldac.cc45 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
890 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
918 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
953 uint8_t channelMode; in setCodecConfig() local
1330 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_opus.cc45 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
849 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
872 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
902 uint8_t channelMode; in setCodecConfig() local
1259 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_aac.cc46 uint8_t channelMode; /* STEREO/MONO */ member
964 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode()
987 const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, in select_audio_channel_mode()
1017 uint8_t channelMode; in setCodecConfig() local
1418 uint8_t channelMode; in setPeerCodecCapabilities() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java255 @ChannelMode int channelMode, long codecSpecific1, in BluetoothCodecConfig()
693 int channelMode = other.mChannelMode; in similarCodecFeedingParameters() local
802 public @NonNull Builder setChannelMode(@ChannelMode int channelMode) { in setChannelMode()
DBluetoothCodecStatus.java127 int channelMode = codecConfig.getChannelMode(); in isCodecConfigSelectable() local
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java53 public void setChannelMode(int channelMode) { in setChannelMode()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java708 int sampleRate, int bitsPerSample, int channelMode, boolean invokeNative) { in testCodecParametersChangeHelper()
948 int codecPriority, int sampleRate, int bitsPerSample, int channelMode, in buildBluetoothCodecConfig()
DA2dpServiceTest.java1189 int codecPriority, int sampleRate, int bitsPerSample, int channelMode, in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java459 int codecPriority, int sampleRate, int bitsPerSample, int channelMode, in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java337 int codecPriority, int sampleRate, int bitsPerSample, int channelMode, in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp257 jint channelMode = env->CallIntMethod( in prepareCodecPreferences() local