Home
last modified time | relevance | path

Searched refs:stop_audio_request (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs248 fn stop_audio_request(self: &A2dpIntf) -> bool; in stop_audio_request() function
424 pub fn stop_audio_request(&self) { in stop_audio_request() method
425 self.internal.stop_audio_request(); in stop_audio_request()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.h52 bool stop_audio_request() const;
Dbtav_shim.cc317 bool A2dpIntf::stop_audio_request() const { in stop_audio_request() function in bluetooth::topshim::rust::A2dpIntf
/packages/modules/Bluetooth/floss/pandora/floss/
Dmedia_client.py435 def stop_audio_request(self): member in FlossMediaClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs373 fn stop_audio_request(&mut self) { in stop_audio_request() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs155 fn stop_audio_request(&mut self); in stop_audio_request() method
3835 fn stop_audio_request(&mut self) { in stop_audio_request() method
3839 Some(a2dp) => a2dp.stop_audio_request(), in stop_audio_request()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2750 fn stop_audio_request(&mut self) { in stop_audio_request() method