Home
last modified time | relevance | path

Searched refs:set_in_call (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h59 void set_in_call(bool in_call);
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
675 self.internal.pin_mut().set_in_call(in_call); in set_in_call()