Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs115 pub struct Avrcp { struct
116 internal: cxx::UniquePtr<ffi::AvrcpIntf>, argument
122 unsafe impl Send for Avrcp {} implementation
124 impl ToggleableProfile for Avrcp { implementation
143 impl Avrcp { impl
144 pub fn new(intf: &BluetoothInterface) -> Avrcp { in new()
/packages/modules/Bluetooth/android/pandora/server/src/
DAvrcp.kt29 class Avrcp(val context: Context) : AVRCPImplBase(), Closeable { class
/packages/modules/Bluetooth/system/stack/fuzzers/
Davrc_fuzzer.cc115 namespace Avrcp { namespace
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs82 Avrcp(AvrcpCallbacks), enumerator