Searched refs:onDeviceOutput (Results 1 – 4 of 4) sorted by relevance
50 jmethodID onDeviceOutput; member123 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput() function in android::uhid::DeviceCallback126 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOutput, rType, in onDeviceOutput()288 mDeviceCallback->onDeviceOutput(output.rtype, data); in handleEvents()407 uhid::gDeviceCallbackClassInfo.onDeviceOutput = in register_com_android_commands_hid_Device()
34 void onDeviceOutput(uint8_t rType, const std::vector<uint8_t>& data);
37 void onDeviceOutput(const std::vector<uint8_t>& data);
295 public void onDeviceOutput(byte rtype, byte[] data) { in onDeviceOutput() method in Device.DeviceCallback