Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs247 fn start_audio_request(self: &A2dpIntf) -> bool; in start_audio_request() function
419 pub fn start_audio_request(&self) -> bool { in start_audio_request() method
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dmedia_client.py413 def start_audio_request(self, connection_listener): member in FlossMediaClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc329 bool A2dpIntf::start_audio_request() const { return bluetooth::audio::a2dp::StartRequest(); } in start_audio_request() function in bluetooth::topshim::rust::A2dpIntf
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs369 fn start_audio_request(&mut self, connection_listener: File) -> bool { in start_audio_request() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs169 fn start_audio_request(&mut self, connection_listener: File) -> bool; in start_audio_request() method
3671 fn start_audio_request(&mut self, connection_listener: File) -> bool { in start_audio_request() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2777 fn start_audio_request(&mut self, connection_listener: File) -> bool { in start_audio_request() method