Searched defs:SendKeyEvent (Results 1 – 5 of 5) sorted by relevance
37 void SendKeyEvent(uint8_t key, KeyState state) { in SendKeyEvent() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
70 void SendKeyEvent(uint8_t /* key */, KeyState /* state */) { return; } in SendKeyEvent() function in bluetooth::avrcp::FakeMediaInterface
173 void SendKeyEvent(uint8_t key, KeyState state) override { in SendKeyEvent() function in bluetooth::avrcp::MediaInterfaceWrapper
134 void SendKeyEvent(uint8_t key, KeyState state) { sendMediaKeyEvent(key, state); } in SendKeyEvent() function in android::AvrcpMediaInterfaceImpl
1842 def SendKeyEvent(self, keycode, timeout=None, retries=None): member in DeviceUtils