Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp50 jmethodID onDeviceOutput; member
123 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput() function in android::uhid::DeviceCallback
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java291 public void onDeviceOutput(byte rtype, byte[] data) { in onDeviceOutput() method in Device.DeviceCallback