Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp115 void DeviceCallback::onDeviceSetReport(uint32_t id, uint8_t rType, in onDeviceSetReport()
123 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput()
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java282 public void onDeviceSetReport(int id, byte rType, byte[] data) { in onDeviceSetReport()