/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl_unittest.cc | 258 bool IsCodecOffloadingSupported(const CodecConfiguration& codec_config) { in IsCodecOffloadingSupported() 428 CodecConfiguration codec_config = {}; in SbcCodecConfigurationsGenerator() local 481 for (CodecConfiguration codec_config : sbc_codec_configs) { in TEST_F() local 498 for (CodecConfiguration codec_config : SbcCodecConfigurationsGenerator()) { in TEST_F() local 512 CodecConfiguration codec_config = {}; in AacCodecConfigurationsGenerator() local 555 for (CodecConfiguration codec_config : aac_codec_configs) { in TEST_F() local 572 for (CodecConfiguration codec_config : AacCodecConfigurationsGenerator()) { in TEST_F() local 586 CodecConfiguration codec_config = {}; in LdacCodecConfigurationsGenerator() local 626 for (CodecConfiguration codec_config : ldac_codec_configs) { in TEST_F() local 643 for (CodecConfiguration codec_config : LdacCodecConfigurationsGenerator()) { in TEST_F() local [all …]
|
D | codec_status_hidl.cc | 215 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig() 307 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig() 373 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig() 412 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig() 531 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
|
D | a2dp_encoding_hidl.cc | 229 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config() 435 CodecConfiguration codec_config{}; in setup_codec() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | codec_status_aidl.cc | 222 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig() 313 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig() 378 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig() 416 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig() 477 bool A2dpOpusToHalConfig(CodecConfiguration* codec_config, in A2dpOpusToHalConfig() 584 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
|
D | a2dp_encoding_aidl.cc | 240 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config() 451 CodecConfiguration codec_config{}; in setup_codec() local
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 56 btav_a2dp_codec_config_t* codec_config, btav_a2dp_codec_index_t codec_index, in init_btav_a2dp_codec_config() 117 A2dpCodecConfig* codec_config = nullptr; in createCodec() local 193 uint8_t codec_config[AVDT_CODEC_SIZE]; in getCodecSpecificConfig() local 338 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 406 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 415 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str() 597 A2dpCodecConfig* codec_config = in init() local 944 btav_a2dp_codec_config_t codec_config; in getCodecConfigAndCapabilities() local 985 for (auto codec_config : ordered_source_codecs_) { in debug_codec_dump() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_control.cc | 167 btav_a2dp_codec_config_t codec_config; in btif_a2dp_control_on_get_output_audio_config() local 206 btav_a2dp_codec_config_t codec_config; in btif_a2dp_control_on_set_output_audio_config() local
|
/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | IBluetoothA2dpSourceCallback.aidl | 27 in BluetoothA2dpCodecConfig codec_config, in OnAudioConfig()
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 228 btav_a2dp_codec_config_t codec_config; in hearing_aid_recv_ctrl_data() local 274 btav_a2dp_codec_config_t codec_config; in hearing_aid_recv_ctrl_data() local
|
/packages/modules/Bluetooth/system/service/test/ |
D | a2dp_source_unittest.cc | 68 const std::string& device_address, A2dpCodecConfig codec_config, in OnAudioConfig() 236 const btav_a2dp_codec_config_t codec_config{}; in TEST_F() local
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_test.cc | 448 const BroadcastCodecWrapper& codec_config, in prepareAnnouncement() 510 BroadcastCodecWrapper codec_config( in TEST_F() local 558 BroadcastCodecWrapper codec_config( in TEST_F() local
|
D | broadcaster.cc | 134 const BroadcastCodecWrapper& codec_config, LeAudioLtvMap metadata) { in prepareAnnouncement() 254 auto& codec_config = broadcasts_[broadcast_id]->GetCodecConfig(); in UpdateMetadata() local 356 BroadcastCodecWrapper codec_config( in CreateAudioBroadcast() local
|
D | state_machine_test.cc | 379 const BroadcastCodecWrapper& codec_config, in prepareAnnouncement() 415 BroadcastCodecWrapper codec_config( in TEST_F() local 842 BroadcastCodecWrapper codec_config( in TEST_F() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_a2dp_codec_config.cc | 136 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 149 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 321 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str()
|
D | mock_stack_a2dp_codec_config.cc | 136 const btav_a2dp_codec_config_t& codec_config) { in codecConfigIsValid() 149 const btav_a2dp_codec_config_t& codec_config) { in isCodecConfigEmpty() 321 const btav_a2dp_codec_config_t& codec_config) { in codecConfig2Str()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 150 uint8_t codec_config[AVDT_CODEC_SIZE]; // Current codec configuration member in BtaAvCoPeer 1672 btav_a2dp_codec_config_t codec_config; in ReportSourceCodecState() local 1889 const A2dpCodecConfig& codec_config, BtaAvCoPeer* p_peer) { in AttemptSourceCodecSelection() 1917 const A2dpCodecConfig& codec_config, BtaAvCoPeer* p_peer) { in AttemptSinkCodecSelection() 1958 bool BtaAvCo::UpdateSelectableSourceCodec(const A2dpCodecConfig& codec_config, in UpdateSelectableSourceCodec() 1991 bool BtaAvCo::UpdateSelectableSinkCodec(const A2dpCodecConfig& codec_config, in UpdateSelectableSinkCodec()
|
/packages/modules/Bluetooth/system/service/hal/ |
D | bluetooth_av_interface.cc | 81 const RawAddress& bd_addr, btav_a2dp_codec_config_t codec_config, in SourceAudioConfigCallback() 313 const btav_a2dp_codec_config_t& codec_config, in AudioConfigCallback()
|
D | fake_bluetooth_av_interface.cc | 130 const RawAddress& bda, const btav_a2dp_codec_config_t& codec_config, in NotifyAudioConfig()
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 116 btav_a2dp_codec_config_t codec_config; in SetAudioConfig() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 97 const RawAddress& bd_addr, btav_a2dp_codec_config_t codec_config, in bta2dp_audio_config_callback() 267 btav_a2dp_codec_config_t codec_config = { in prepareCodecPreferences() local
|
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 539 struct ha_stream_common* common, btav_a2dp_codec_config_t* codec_config, in ha_read_output_audio_config() 675 btav_a2dp_codec_config_t codec_config; in ha_write_output_audio_config() local 1194 btav_a2dp_codec_config_t codec_config; in out_get_parameters() local 1587 btav_a2dp_codec_config_t codec_config; in adev_open_output_stream() local
|
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 536 struct a2dp_stream_common* common, btav_a2dp_codec_config_t* codec_config, in a2dp_read_output_audio_config() 666 btav_a2dp_codec_config_t codec_config; in a2dp_write_output_audio_config() local 1211 btav_a2dp_codec_config_t codec_config; in out_get_parameters() local 1623 btav_a2dp_codec_config_t codec_config; in adev_open_output_stream() local
|
/packages/modules/Bluetooth/system/service/ |
D | a2dp_source.cc | 191 auto codec_config = FluorideCodecToCodec(codec_config_fluoride); in AudioConfigCallback() local
|
/packages/modules/Bluetooth/system/service/ipc/binder/ |
D | bluetooth_a2dp_source_binder_server.cc | 182 const std::string& device_address, bluetooth::A2dpCodecConfig codec_config, in OnAudioConfig()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 993 A2dpCodecConfig* codec_config = A2dpCodecConfig::createCodec(codec_index); in TEST_F() local 1008 A2dpCodecConfig* codec_config; in TEST_F() local
|