Home
last modified time | relevance | path

Searched defs:HfpIntf (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs121 type HfpIntf; typedef
123 unsafe fn GetHfpProfile(btif: *const u8) -> UniquePtr<HfpIntf>; in GetHfpProfile()
126 fn connect(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> u32; in connect()
128 self: Pin<&mut HfpIntf>, in connect_audio()
133 fn set_active_device(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> i32; in set_active_device()
134 fn set_volume(self: Pin<&mut HfpIntf>, volume: i8, bt_addr: RawAddress) -> i32; in set_volume()
135 fn disconnect(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> u32; in disconnect()
136 fn disconnect_audio(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> i32; in disconnect_audio()
138 self: Pin<&mut HfpIntf>, in device_status_notification()
143 self: Pin<&mut HfpIntf>, in indicator_query_response()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h36 HfpIntf(headset::Interface* intf) : intf_(intf){}; in HfpIntf() function