Home
last modified time | relevance | path

Searched defs:a2dp (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs29 pub mod a2dp; module
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dmedia_service.rs83 let a2dp = self.btif_a2dp.clone(); in a2dp_source_connect() localVariable
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java203 A2dpProfile a2dp = (A2dpProfile) profile; in refreshProfilePreference() local
483 A2dpProfile a2dp = (A2dpProfile) profile; in maybeAddHighQualityAudioPref() local
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc27 namespace a2dp { namespace
Da2dp_encoding_host.cc109 namespace a2dp { namespace
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc38 namespace bluetooth::audio::aidl::a2dp { namespace
Da2dp_encoding_aidl.cc45 namespace a2dp { namespace
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc343 namespace a2dp { namespace
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs457 a2dp: Option<A2dp>, field