Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs205 fn set_mic_volume(self: Pin<&mut HfpIntf>, volume: i8, bt_addr: RawAddress) -> u32; in set_mic_volume() function
477 pub fn set_mic_volume(&mut self, volume: i8, addr: RawAddress) -> BtStatus { in set_mic_volume() method
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc335 uint32_t HfpIntf::set_mic_volume(int8_t volume, RawAddress addr) { in set_mic_volume() function in bluetooth::topshim::rust::HfpIntf