Home
last modified time | relevance | path

Searched refs:getCodecConfig (Results 1 – 24 of 24) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAbstractBluetoothA2dpPreferenceController.java110 if (activeDevice == null || getCodecConfig(activeDevice) == null || mPreference == null) { in updateState()
116 codecConfig = getCodecConfig(activeDevice); in updateState()
195 BluetoothCodecConfig getCodecConfig(BluetoothDevice device) { in getCodecConfig() method in AbstractBluetoothA2dpPreferenceController
204 return codecStatus.getCodecConfig(); in getCodecConfig()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java627 prevCodecConfig = mCodecStatus.getCodecConfig(); in processCodecConfigEvent()
634 + newCodecStatus.getCodecConfig()); in processCodecConfigEvent()
653 BluetoothCodecConfig newCodecConfig = mCodecStatus.getCodecConfig(); in processCodecConfigEvent()
673 newCodecStatus.getCodecConfig().sameAudioFeedingParameters(prevCodecConfig); in processCodecConfigEvent()
786 ProfileService.println(sb, " mCodecConfig: " + mCodecStatus.getCodecConfig()); in dump()
H A DA2dpCodecConfig.java101 BluetoothCodecConfig currentCodecConfig = codecStatus.getCodecConfig(); in setCodecConfigPreference()
H A DA2dpService.java781 mA2dpCodecConfig.enableOptionalCodecs(device, codecStatus.getCodecConfig()); in enableOptionalCodecs()
811 mA2dpCodecConfig.disableOptionalCodecs(device, codecStatus.getCodecConfig()); in disableOptionalCodecs()
952 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated()
/aosp12/system/bt/audio_hal_interface/
H A Dcodec_status.cc216 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpSbcToHalConfig()
308 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpAacToHalConfig()
374 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpAptxToHalConfig()
413 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpLdacToHalConfig()
H A Da2dp_encoding.cc235 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in a2dp_get_selected_hal_codec_config()
306 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_pcm_config()
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothCodecStatusTest.java443 assertTrue(Objects.equals(bcs_A.getCodecConfig(), config_A)); in testBluetoothCodecStatus_get_methods()
444 assertTrue(Objects.equals(bcs_A.getCodecConfig(), config_B)); in testBluetoothCodecStatus_get_methods()
445 assertFalse(Objects.equals(bcs_A.getCodecConfig(), config_C)); in testBluetoothCodecStatus_get_methods()
/aosp12/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc273 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
356 btav_a2dp_codec_config_t saved_codec_config = getCodecConfig(); in setCodecUserConfig()
376 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); in setCodecUserConfig()
525 result = codecConfig2Str(getCodecConfig()); in debug_codec_dump()
972 *p_codec_config = current_codec_config_->getCodecConfig(); in getCodecConfigAndCapabilities()
H A Da2dp_aac_encoder.cc417 auto bitrate_mode = a2dp_codec_config->getCodecConfig().codec_specific_1; in a2dp_aac_encoder_update()
744 auto codec_specific_1 = getCodecConfig().codec_specific_1; in debug_codec_dump()
H A Da2dp_vendor_ldac_encoder.cc373 btav_a2dp_codec_config_t codec_config = a2dp_codec_config->getCodecConfig(); in a2dp_vendor_ldac_encoder_update()
H A Da2dp_vendor_ldac.cc358 btav_a2dp_codec_config_t codec_config_ = current_codec->getCodecConfig(); in A2DP_VendorGetBitRateLdac()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java202 public @Nullable BluetoothCodecConfig getCodecConfig() { in getCodecConfig() method in BluetoothCodecStatus
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecConfigFuzzFunctions.h140 codec_config->getCodecConfig();
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DAbstractBluetoothA2dpPreferenceControllerTest.java76 doReturn(mBluetoothCodecConfig).when(mController).getCodecConfig(null); in setup()
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DAbstractBluetoothDialogPreferenceController.java165 return codecStatus.getCodecConfig(); in getCurrentCodecConfig()
/aosp12/system/bt/test/mock/
H A Dmock_a2dp_codec_config.cc234 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
H A Dmock_stack_a2dp_codec_config.cc234 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_control.cc211 codec_config = current_codec->getCodecConfig(); in btif_a2dp_recv_ctrl_data()
H A Dbtif_a2dp_audio_interface.cc197 codec_config = a2dpCodecConfig->getCodecConfig(); in btif_a2dp_get_codec_configuration()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DA2dpProfileTest.java122 when(status.getCodecConfig()).thenReturn(config); in isHighQualityAudioEnabled()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java246 codecConfig = mService.getCodecStatus(bluetoothDevice).getCodecConfig(); in isHighQualityAudioEnabled()
/aosp12/system/bt/stack/include/
H A Da2dp_codec_api.h87 btav_a2dp_codec_config_t getCodecConfig();
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java413 codecConfig = codecStatus.getCodecConfig(); in getCodecValue()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java286 final BluetoothCodecConfig btCodecConfig = btCodecStatus.getCodecConfig(); in getA2dpCodec()