Home
last modified time | relevance | path

Searched defs:hfp (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dhfp_service.rs66 let hfp = self.btif_hfp.clone(); in start_slc() localVariable
85 let hfp = self.btif_hfp.clone(); in stop_slc() localVariable
109 let hfp = self.btif_hfp.clone(); in connect_audio() localVariable
138 let hfp = self.btif_hfp.clone(); in disconnect_audio() localVariable
157 let hfp = self.btif_hfp.clone(); in set_volume() localVariable
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_host.cc21 namespace hfp { namespace
Dhfp_client_interface.cc41 namespace hfp { namespace
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs34 pub mod hfp; module
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc37 namespace hfp { namespace
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py91 def __init__(self, adapter, gatt, security, hfp, hf_client): argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs463 hfp: Option<Hfp>, field
2629 let hfp = self.hfp.as_mut().ok_or("Uninitialized HFP to start the sco call")?; in start_sco_call_impl() localVariable