Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs29 pub mod a2dp; module
/packages/modules/Bluetooth/system/stack/test/a2dp/
Dmedia_codec_capabilities_test.cc131 namespace bluetooth::a2dp { namespace
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java232 A2dpProfile a2dp = (A2dpProfile) profile; in refreshProfilePreference() local
455 A2dpProfile a2dp = (A2dpProfile) profile; in maybeAddHighQualityAudioPref() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Dbluetooth_audio_port_impl.cc32 namespace a2dp { namespace
Da2dp_provider_info.cc37 namespace bluetooth::audio::aidl::a2dp { namespace
Dclient_interface_aidl.cc38 namespace a2dp { namespace
Dcodec_status_aidl.cc37 namespace a2dp { namespace
Da2dp_encoding_aidl.cc55 namespace a2dp { namespace
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc27 namespace a2dp { namespace
Da2dp_encoding_host.cc116 namespace a2dp { namespace
/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc92 namespace bluetooth::audio::a2dp { namespace
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc54 namespace a2dp { namespace
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc65 namespace bluetooth::a2dp { namespace
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs473 a2dp: A2dp, field
523 let a2dp = A2dp::new(&intf.lock().unwrap()); in new() localVariable