Home
last modified time | relevance | path

Searched defs:Avrcp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs114 pub struct Avrcp { struct
115 internal: cxx::UniquePtr<ffi::AvrcpIntf>, argument
121 unsafe impl Send for Avrcp {} implementation
123 impl ToggleableProfile for Avrcp { implementation
142 impl Avrcp { impl
143 pub fn new(intf: &BluetoothInterface) -> Avrcp { in new()
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DAvrcp.kt29 class Avrcp(val context: Context) : AVRCPImplBase(), Closeable { class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs67 Avrcp(AvrcpCallbacks), enumerator