Searched refs:onDeviceOutput (Results 1 – 4 of 4) sorted by relevance
52 jmethodID onDeviceOutput; member125 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput() function in android::uhid::DeviceCallback128 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOutput, rType, in onDeviceOutput()283 mDeviceCallback->onDeviceOutput(output.rtype, data); in handleEvents()380 uhid::gDeviceCallbackClassInfo.onDeviceOutput = in register_com_android_commands_hid_Device()
35 void onDeviceOutput(uint8_t rType, const std::vector<uint8_t>& data);
36 void onDeviceOutput(const std::vector<uint8_t>& data);
234 public void onDeviceOutput(byte rtype, byte[] data) { in onDeviceOutput() method in Device.DeviceCallback