Home
last modified time | relevance | path

Searched defs:get_presentation_position (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs149 fn get_presentation_position(&mut self) -> PresentationPosition { in get_presentation_position() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs54 fn get_presentation_position(&mut self) -> PresentationPosition; in get_presentation_position() method
567 fn get_presentation_position(&mut self) -> PresentationPosition { in get_presentation_position() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs180 fn get_presentation_position(self: &A2dpIntf) -> RustPresentationPosition; in get_presentation_position() function
321 pub fn get_presentation_position(&self) -> PresentationPosition { in get_presentation_position() method
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc241 RustPresentationPosition A2dpIntf::get_presentation_position() const { in get_presentation_position() function in bluetooth::topshim::rust::A2dpIntf