Home
last modified time | relevance | path

Searched refs:get_host_stream_started (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h71 BtLeStreamStartedStatus get_host_stream_started();
Dle_audio_shim.cc503 BtLeStreamStartedStatus LeAudioClientIntf::get_host_stream_started() { in get_host_stream_started() function in bluetooth::topshim::rust::LeAudioClientIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs174 fn get_host_stream_started(self: Pin<&mut LeAudioClientIntf>) -> BtLeStreamStartedStatus; in get_host_stream_started() function
728 pub fn get_host_stream_started(&mut self) -> BtLeStreamStartedStatus { in get_host_stream_started() method
729 self.internal.pin_mut().get_host_stream_started() in get_host_stream_started()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs461 fn get_host_stream_started(&mut self) -> BtLeStreamStartedStatus { in get_host_stream_started() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs197 fn get_host_stream_started(&mut self) -> BtLeStreamStartedStatus; in get_host_stream_started() method
4041 fn get_host_stream_started(&mut self) -> BtLeStreamStartedStatus { in get_host_stream_started() method
4043 Some(le_audio) => le_audio.get_host_stream_started(), in get_host_stream_started()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2838 fn get_host_stream_started(&mut self) -> BtLeStreamStartedStatus { in get_host_stream_started() method