Home
last modified time | relevance | path

Searched refs:output_selectable_codec_conf (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc237 std::vector<le_audio::btle_audio_codec_config_t> output_selectable_codec_conf) { in audio_group_codec_conf_cb() argument
242 to_rust_btle_audio_codec_config_vec(output_selectable_codec_conf)); in audio_group_codec_conf_cb()
309 std::vector<le_audio::btle_audio_codec_config_t> output_selectable_codec_conf) { in OnAudioGroupCodecConf() argument
313 output_selectable_codec_conf); in OnAudioGroupCodecConf()
326 std::vector<le_audio::btle_audio_codec_config_t> output_selectable_codec_conf) { in OnAudioGroupSelectableCodecConf() argument
330 group_id, input_selectable_codec_conf.size(), output_selectable_codec_conf.size()); in OnAudioGroupSelectableCodecConf()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc104 std::vector<btle_audio_codec_config_t> output_selectable_codec_conf) override { in OnAudioGroupSelectableCodecConf() argument
107 output_selectable_codec_conf)); in OnAudioGroupSelectableCodecConf()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h379 std::vector<btle_audio_codec_config_t> output_selectable_codec_conf) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs214 output_selectable_codec_conf: &Vec<BtLeAudioCodecConfig>, in le_audio_audio_group_codec_conf_callback()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp317 std::vector<btle_audio_codec_config_t> output_selectable_codec_conf) override { in OnAudioGroupSelectableCodecConf() argument
329 prepareArrayOfCodecConfigs(sCallbackEnv.get(), output_selectable_codec_conf); in OnAudioGroupSelectableCodecConf()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc259 std::vector<btle_audio_codec_config_t> output_selectable_codec_conf),