Home
last modified time | relevance | path

Searched defs:stop_audio_request (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dmedia_client.py438 def stop_audio_request(self, connection_listener): member in FlossMediaClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc330 bool A2dpIntf::stop_audio_request() const { return bluetooth::audio::a2dp::StopRequest(); } in stop_audio_request() function in bluetooth::topshim::rust::A2dpIntf
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs379 fn stop_audio_request(&mut self, connection_listener: File) { in stop_audio_request() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs170 fn stop_audio_request(&mut self, connection_listener: File); in stop_audio_request() method
3680 fn stop_audio_request(&mut self, connection_listener: File) { in stop_audio_request() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2787 fn stop_audio_request(&mut self, connection_listener: File) { in stop_audio_request() method