Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs155 fn set_in_call(self: Pin<&mut LeAudioClientIntf>, in_call: bool); in set_in_call() function
673 pub fn set_in_call(&mut self, in_call: bool) { in set_in_call() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc383 void LeAudioClientIntf::set_in_call(bool in_call) { return intf_->SetInCall(in_call); } in set_in_call() function in bluetooth::topshim::rust::LeAudioClientIntf