Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx.cc55 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
498 static bool select_best_channel_mode(uint8_t channelMode, tA2DP_APTX_CIE* p_result, in select_best_channel_mode()
520 uint8_t channelMode, tA2DP_APTX_CIE* p_result, in select_audio_channel_mode()
551 uint8_t channelMode; in setCodecConfig() local
819 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_aptx_hd.cc55 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
515 static bool select_best_channel_mode(uint8_t channelMode, tA2DP_APTX_HD_CIE* p_result, in select_best_channel_mode()
537 uint8_t channelMode, tA2DP_APTX_HD_CIE* p_result, in select_audio_channel_mode()
568 uint8_t channelMode; in setCodecConfig() local
840 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_ldac.cc55 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
753 static bool select_best_channel_mode(uint8_t channelMode, tA2DP_LDAC_CIE* p_result, in select_best_channel_mode()
780 uint8_t channelMode, tA2DP_LDAC_CIE* p_result, in select_audio_channel_mode()
815 uint8_t channelMode; in setCodecConfig() local
1136 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_aac.cc60 uint8_t channelMode; /* STEREO/MONO */ member
895 static bool select_best_channel_mode(uint8_t channelMode, tA2DP_AAC_CIE* p_result, in select_best_channel_mode()
917 uint8_t channelMode, tA2DP_AAC_CIE* p_result, in select_audio_channel_mode()
947 uint8_t channelMode; in setCodecConfig() local
1303 uint8_t channelMode; in setPeerCodecCapabilities() local
Da2dp_vendor_opus.cc55 uint8_t channelMode; /* STEREO/DUAL/MONO */ member
783 static bool select_best_channel_mode(uint8_t channelMode, tA2DP_OPUS_CIE* p_result, in select_best_channel_mode()
805 uint8_t channelMode, tA2DP_OPUS_CIE* p_result, in select_audio_channel_mode()
835 uint8_t channelMode; in setCodecConfig() local
1156 uint8_t channelMode; in setPeerCodecCapabilities() local
/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/framework/java/android/bluetooth/
DBluetoothCodecConfig.java251 @ChannelMode int channelMode, in BluetoothCodecConfig()
287 @ChannelMode int channelMode, in BluetoothCodecConfig()
776 int channelMode = other.mChannelMode; in similarCodecFeedingParameters() local
904 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.java55 public void setChannelMode(int channelMode) { in setChannelMode()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java829 int channelMode, in testCodecParametersChangeHelper()
1113 int channelMode, in buildBluetoothCodecConfig()
DA2dpServiceTest.java1268 int channelMode, in buildBluetoothCodecConfig()
/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/pandora/server/src/
DA2dp.kt467 var channelMode: ChannelMode in getProtoCodecParameters() variable
542 var channelMode: Int in getCodecConfigFromProtoConfiguration() variable
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_provider_info_unittest.cc121 std::vector<ChannelMode> channelMode, in CreateTestA2dpCodecInfo()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp246 jint channelMode = in prepareCodecPreferences() local