/packages/apps/Settings/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceController.java | 117 if (activeDevice == null || getCodecConfig(activeDevice) == null || mPreference == null) { in updateState() 123 codecConfig = getCodecConfig(activeDevice); in updateState() 202 BluetoothCodecConfig getCodecConfig(BluetoothDevice device) { in getCodecConfig() method in AbstractBluetoothA2dpPreferenceController 211 return codecStatus.getCodecConfig(); in getCodecConfig()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | codec_status_aidl.cc | 227 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpSbcToHalConfig() 316 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpAacToHalConfig() 378 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpAptxToHalConfig() 414 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpLdacToHalConfig() 472 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpOpusToHalConfig()
|
D | a2dp_encoding_aidl.cc | 300 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in a2dp_get_selected_hal_codec_config() 375 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_pcm_config()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 719 prevCodecConfig = mCodecStatus.getCodecConfig(); in processCodecConfigEvent() 732 + newCodecStatus.getCodecConfig()); in processCodecConfigEvent() 751 BluetoothCodecConfig newCodecConfig = mCodecStatus.getCodecConfig(); in processCodecConfigEvent() 778 newCodecStatus.getCodecConfig().sameAudioFeedingParameters(prevCodecConfig); in processCodecConfigEvent() 919 ProfileService.println(sb, " mCodecConfig: " + mCodecStatus.getCodecConfig()); in dump()
|
D | A2dpService.java | 803 mA2dpCodecConfig.enableOptionalCodecs(device, codecStatus.getCodecConfig()); in enableOptionalCodecs() 831 mA2dpCodecConfig.disableOptionalCodecs(device, codecStatus.getCodecConfig()); in disableOptionalCodecs() 977 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated() 1714 device, isLowLatency, getCodecStatus(device).getCodecConfig().getCodecType()); in switchCodecByBufferSize()
|
D | A2dpCodecConfig.java | 105 BluetoothCodecConfig currentCodecConfig = codecStatus.getCodecConfig(); in setCodecConfigPreference()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | codec_status_hidl.cc | 223 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpSbcToHalConfig() 313 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in A2dpAacToHalConfig() 376 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()
|
D | a2dp_encoding_hidl.cc | 249 btav_a2dp_codec_config_t current_codec = a2dp_config->getCodecConfig(); in a2dp_get_selected_hal_codec_config() 320 btav_a2dp_codec_config_t current_codec = a2dp_codec_configs->getCodecConfig(); in a2dp_get_selected_hal_pcm_config()
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 560 expect.that(BCS_A.getCodecConfig()).isEqualTo(CONFIG_A); in testBluetoothCodecStatus_get_methods() 561 expect.that(BCS_A.getCodecConfig()).isEqualTo(CONFIG_B); in testBluetoothCodecStatus_get_methods() 562 expect.that(BCS_A.getCodecConfig()).isNotEqualTo(CONFIG_C); in testBluetoothCodecStatus_get_methods()
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 287 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig 370 btav_a2dp_codec_config_t saved_codec_config = getCodecConfig(); in setCodecUserConfig() 390 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); in setCodecUserConfig() 524 result = codecConfig2Str(getCodecConfig()); in debug_codec_dump() 999 *p_codec_config = current_codec_config_->getCodecConfig(); in getCodecConfigAndCapabilities()
|
D | a2dp_aac_encoder.cc | 355 auto bitrate_mode = a2dp_codec_config->getCodecConfig().codec_specific_1; in a2dp_aac_encoder_update() 705 auto codec_specific_1 = getCodecConfig().codec_specific_1; in debug_codec_dump()
|
D | a2dp_aac_encoder_linux.cc | 415 auto codec_specific_1 = getCodecConfig().codec_specific_1; in debug_codec_dump()
|
D | a2dp_vendor_opus_encoder.cc | 212 btav_a2dp_codec_config_t codec_config = a2dp_codec_config->getCodecConfig(); in a2dp_vendor_opus_encoder_update()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 69 uint8_t* BtaAvCoState::getCodecConfig() { return codec_config_; } in getCodecConfig() function in BtaAvCoState 760 A2DP_CodecInfoString(reference_state->getCodecConfig())); in SetActivePeer() 819 return A2DP_GetEncoderInterface(bta_av_source_state_.getCodecConfig()); in GetSourceEncoderInterface() 821 return A2DP_GetEncoderInterface(bta_av_legacy_state_.getCodecConfig()); in GetSourceEncoderInterface() 998 bta_av_source_state_.getCodecConfig()); in GetSourceEncoderEffectiveFrameSize() 1001 bta_av_legacy_state_.getCodecConfig()); in GetSourceEncoderEffectiveFrameSize()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceControllerTest.java | 77 doReturn(mBluetoothCodecConfig).when(mController).getCodecConfig(null); in setup()
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/ |
D | a2dpCodecConfigFuzzFunctions.h | 140 codec_config->getCodecConfig();
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecStatus.java | 191 public @Nullable BluetoothCodecConfig getCodecConfig() { in getCodecConfig() method in BluetoothCodecStatus
|
/packages/modules/Bluetooth/system/btif/include/ |
D | bta_av_co.h | 46 uint8_t* getCodecConfig();
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | AbstractBluetoothListPreferenceController.java | 169 return codecStatus.getCodecConfig(); in getCurrentCodecConfig()
|
D | BluetoothCodecListPreferenceController.java | 143 final BluetoothCodecConfig currentCodecConfig = codecStatus.getCodecConfig(); in updateState()
|
D | AbstractBluetoothDialogPreferenceController.java | 170 return codecStatus.getCodecConfig(); in getCurrentCodecConfig()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_a2dp_codec_config.cc | 239 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
|
D | mock_a2dp_codec_config.cc | 226 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_control.cc | 173 codec_config = current_codec->getCodecConfig(); in btif_a2dp_control_on_get_output_audio_config()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_codec_api.h | 102 btav_a2dp_codec_config_t getCodecConfig();
|