Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs241 fn config_codec( in config_codec() function
414 pub fn config_codec(&self, addr: RawAddress, config: Vec<A2dpCodecConfig>) { in config_codec() method
415 self.internal.config_codec(addr, config); in config_codec()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.h46 int config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const;
Dbtav_shim.cc295 int A2dpIntf::config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const { in config_codec() function in bluetooth::topshim::rust::A2dpIntf
300 return intf_->config_codec(addr, prefs); in config_codec()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h396 bt_status_t (*config_codec)( member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp506 sBluetoothA2dpInterface->config_codec(bd_addr, codec_preferences); in setCodecConfigPreferenceNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs3775 a2dp.config_codec(addr, config); in set_audio_config()