Searched defs:Avrcp (Results 1 – 3 of 3) sorted by relevance
114 pub struct Avrcp { struct115 internal: cxx::UniquePtr<ffi::AvrcpIntf>, argument121 unsafe impl Send for Avrcp {} argument123 impl ToggleableProfile for Avrcp { implementation142 impl Avrcp { impl143 pub fn new(intf: &BluetoothInterface) -> Avrcp { in new()
29 class Avrcp(val context: Context) : AVRCPImplBase(), Closeable { class
67 Avrcp(AvrcpCallbacks), enumerator