Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc426 void LeAudioClientIntf::set_in_call(bool in_call) { in set_in_call() function in bluetooth::topshim::rust::LeAudioClientIntf
/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
674 pub fn set_in_call(&mut self, in_call: bool) { in set_in_call() method