Home
last modified time | relevance | path

Searched defs:onDeviceSetReport (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp49 jmethodID onDeviceSetReport; member
115 void DeviceCallback::onDeviceSetReport(uint32_t id, uint8_t rType, in onDeviceSetReport() function in android::uhid::DeviceCallback
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java286 public void onDeviceSetReport(int id, byte rType, byte[] data) { in onDeviceSetReport() method in Device.DeviceCallback