Searched refs:onDeviceSetReport (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 49 jmethodID onDeviceSetReport; member 115 void DeviceCallback::onDeviceSetReport(uint32_t id, uint8_t rType, in onDeviceSetReport() function in android::uhid::DeviceCallback 118 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceSetReport, id, rType, in onDeviceSetReport() 279 mDeviceCallback->onDeviceSetReport(set_report.id, set_report.rtype, data); in handleEvents() 405 uhid::gDeviceCallbackClassInfo.onDeviceSetReport = in register_com_android_commands_hid_Device()
|
D | com_android_commands_hid_Device.h | 33 void onDeviceSetReport(uint32_t id, uint8_t rType, const std::vector<uint8_t>& data);
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
D | Device.java | 286 public void onDeviceSetReport(int id, byte rType, byte[] data) { in onDeviceSetReport() method in Device.DeviceCallback
|