Home
last modified time | relevance | path

Searched refs:A2dpSink (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dmedia_service.rs5 A2dp, A2dpCallbacksDispatcher, A2dpSink, A2dpSinkCallbacksDispatcher,
36 btif_a2dp_sink: Arc<Mutex<A2dpSink>>,
44 let btif_a2dp_sink = A2dpSink::new(&btif_intf.lock().unwrap()); in create()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs461 pub struct A2dpSink { struct
468 unsafe impl Send for A2dpSink {} argument
470 impl ToggleableProfile for A2dpSink { implementation
489 impl A2dpSink { impl
490 pub fn new(intf: &BluetoothInterface) -> A2dpSink { in new() argument
496 A2dpSink { internal: a2dp_sink, _is_init: false, _is_enabled: false } in new()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs48 A2dpSink, enumerator
93 Profile::A2dpSink,
119 (Uuid::from_string(A2DP_SINK).unwrap(), Profile::A2dpSink),
Dbluetooth_media.rs87 &[Profile::A2dpSink, Profile::Hfp, Profile::AvrcpController];
1225 Profile::A2dpSink as u32, in dispatch_a2dp_callbacks()
1233 self.add_connected_profile(addr, Profile::A2dpSink); in dispatch_a2dp_callbacks()
1240 self.rm_connected_profile(addr, Profile::A2dpSink, true); in dispatch_a2dp_callbacks()
2303 && connected_profiles.contains(&Profile::A2dpSink) in notify_media_capability_updated()
3406 Profile::A2dpSink => { in connect()
3409 Profile::A2dpSink as u32, in connect()
3419 Profile::A2dpSink as u32, in connect()
3432 Profile::A2dpSink as u32, in connect()
3476 if !connected_profiles.contains(&Profile::A2dpSink) { in connect()
[all …]
Dbluetooth.rs2648 Profile::A2dpSink | Profile::A2dpSource => { in get_profile_connection_state()
2779 Profile::A2dpSink | Profile::A2dpSource | Profile::Hfp in connect_all_enabled_profiles()
2897 Profile::A2dpSink in disconnect_all_enabled_profiles()
2991 && (uuids.contains(&get_unwrapped_uuid(Profile::A2dpSink)) in is_dual_mode_audio_sink_device()
/packages/modules/Bluetooth/android/pandora/server/src/
DServer.kt58 BluetoothProfile.A2DP_SINK to ::A2dpSink,
DA2dpSink.kt44 class A2dpSink(val context: Context) : A2DPImplBase(), Closeable { class
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc81 A2dpSink = 0, enumerator
369 case ProfilesFloss::A2dpSink: in ToProfileConnectionState()