/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | AbstractBluetoothA2dpPreferenceController.java | 110 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 D | A2dpStateMachine.java | 627 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 D | A2dpCodecConfig.java | 101 BluetoothCodecConfig currentCodecConfig = codecStatus.getCodecConfig(); in setCodecConfigPreference()
|
H A D | A2dpService.java | 781 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 D | codec_status.cc | 216 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 D | a2dp_encoding.cc | 235 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 D | BluetoothCodecStatusTest.java | 443 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 D | a2dp_codec_config.cc | 273 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 D | a2dp_aac_encoder.cc | 417 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 D | a2dp_vendor_ldac_encoder.cc | 373 btav_a2dp_codec_config_t codec_config = a2dp_codec_config->getCodecConfig(); in a2dp_vendor_ldac_encoder_update()
|
H A D | a2dp_vendor_ldac.cc | 358 btav_a2dp_codec_config_t codec_config_ = current_codec->getCodecConfig(); in A2DP_VendorGetBitRateLdac()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecStatus.java | 202 public @Nullable BluetoothCodecConfig getCodecConfig() { in getCodecConfig() method in BluetoothCodecStatus
|
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/ |
H A D | a2dpCodecConfigFuzzFunctions.h | 140 codec_config->getCodecConfig();
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A D | AbstractBluetoothA2dpPreferenceControllerTest.java | 76 doReturn(mBluetoothCodecConfig).when(mController).getCodecConfig(null); in setup()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | AbstractBluetoothDialogPreferenceController.java | 165 return codecStatus.getCodecConfig(); in getCurrentCodecConfig()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_a2dp_codec_config.cc | 234 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
|
H A D | mock_stack_a2dp_codec_config.cc | 234 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
|
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_control.cc | 211 codec_config = current_codec->getCodecConfig(); in btif_a2dp_recv_ctrl_data()
|
H A D | btif_a2dp_audio_interface.cc | 197 codec_config = a2dpCodecConfig->getCodecConfig(); in btif_a2dp_get_codec_configuration()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | A2dpProfileTest.java | 122 when(status.getCodecConfig()).thenReturn(config); in isHighQualityAudioEnabled()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | A2dpProfile.java | 246 codecConfig = mService.getCodecStatus(bluetoothDevice).getCodecConfig(); in isHighQualityAudioEnabled()
|
/aosp12/system/bt/stack/include/ |
H A D | a2dp_codec_api.h | 87 btav_a2dp_codec_config_t getCodecConfig();
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | A2dpReceiver.java | 413 codecConfig = codecStatus.getCodecConfig(); in getCodecValue()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | BtHelper.java | 286 final BluetoothCodecConfig btCodecConfig = btCodecStatus.getCodecConfig(); in getA2dpCodec()
|