Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
H A Davrcp_device_fuzz.cc13 virtual void SendKeyEvent(uint8_t key, KeyState state) {} in SendKeyEvent() function in bluetooth::avrcp::FakeMediaInterface
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc140 void SendKeyEvent(uint8_t key, KeyState state) override { in SendKeyEvent() function in bluetooth::avrcp::MediaInterfaceWrapper
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp79 void SendKeyEvent(uint8_t key, KeyState state) { in SendKeyEvent() function in android::AvrcpMediaInterfaceImpl