Home
last modified time | relevance | path

Searched refs:codec_preferences (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp202 std::vector<btav_a2dp_codec_config_t> codec_preferences; in prepareCodecPreferences() local
246 codec_preferences.push_back(codec_config); in prepareCodecPreferences()
248 return codec_preferences; in prepareCodecPreferences()
500 std::vector<btav_a2dp_codec_config_t> codec_preferences = in setCodecConfigPreferenceNative() local
504 btav_a2dp_codec_config_t::PrintCodecs(codec_preferences)); in setCodecConfigPreferenceNative()
506 sBluetoothA2dpInterface->config_codec(bd_addr, codec_preferences); in setCodecConfigPreferenceNative()
Dcom_android_bluetooth_le_audio.cpp383 std::vector<btle_audio_codec_config_t> codec_preferences; in prepareCodecPreferences() local
402 codec_preferences.push_back(codec_config); in prepareCodecPreferences()
404 return codec_preferences; in prepareCodecPreferences()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc295 int A2dpIntf::config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const { in config_codec()
297 for (size_t i = 0; i < codec_preferences.size(); ++i) { in config_codec()
298 prefs.push_back(internal::from_rust_codec_config(codec_preferences[i])); in config_codec()
Dbtav_shim.h46 int config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h398 std::vector<btav_a2dp_codec_config_t> codec_preferences);
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs244 codec_preferences: Vec<A2dpCodecConfig>, in config_codec()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc587 const std::vector<btav_a2dp_codec_config_t>& codec_preferences, in UpdateCodecConfig() argument
595 peer_address, codec_preferences, std::move(peer_ready_promise)); in UpdateCodecConfig()
3727 std::vector<btav_a2dp_codec_config_t> codec_preferences) { in codec_config_src() argument
3729 codec_preferences.size()); in codec_config_src()
3747 codec_preferences, std::move(peer_ready_promise))); in codec_config_src()