Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java117 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/
Dcodec_status_aidl.cc227 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()
Da2dp_encoding_aidl.cc300 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/
DA2dpStateMachine.java719 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()
DA2dpService.java803 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()
DA2dpCodecConfig.java105 BluetoothCodecConfig currentCodecConfig = codecStatus.getCodecConfig(); in setCodecConfigPreference()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc223 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()
Da2dp_encoding_hidl.cc249 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/
DBluetoothCodecStatusTest.java560 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/
Da2dp_codec_config.cc287 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()
Da2dp_aac_encoder.cc355 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()
Da2dp_aac_encoder_linux.cc415 auto codec_specific_1 = getCodecConfig().codec_specific_1; in debug_codec_dump()
Da2dp_vendor_opus_encoder.cc212 btav_a2dp_codec_config_t codec_config = a2dp_codec_config->getCodecConfig(); in a2dp_vendor_opus_encoder_update()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc69 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/
DAbstractBluetoothA2dpPreferenceControllerTest.java77 doReturn(mBluetoothCodecConfig).when(mController).getCodecConfig(null); in setup()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecConfigFuzzFunctions.h140 codec_config->getCodecConfig();
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java191 public @Nullable BluetoothCodecConfig getCodecConfig() { in getCodecConfig() method in BluetoothCodecStatus
/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co.h46 uint8_t* getCodecConfig();
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothListPreferenceController.java169 return codecStatus.getCodecConfig(); in getCurrentCodecConfig()
DBluetoothCodecListPreferenceController.java143 final BluetoothCodecConfig currentCodecConfig = codecStatus.getCodecConfig(); in updateState()
DAbstractBluetoothDialogPreferenceController.java170 return codecStatus.getCodecConfig(); in getCurrentCodecConfig()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc239 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
Dmock_a2dp_codec_config.cc226 btav_a2dp_codec_config_t A2dpCodecConfig::getCodecConfig() { in getCodecConfig() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc173 codec_config = current_codec->getCodecConfig(); in btif_a2dp_control_on_get_output_audio_config()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h102 btav_a2dp_codec_config_t getCodecConfig();

12