Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Device.java | 259 private void sendReportOutput(byte eventId, byte rtype, byte[] data) { in sendReportOutput() argument 264 json.put("reportType", rtype); in sendReportOutput() 291 public void onDeviceOutput(byte rtype, byte[] data) { in onDeviceOutput() argument 292 sendReportOutput(UHID_EVENT_TYPE_UHID_OUTPUT, rtype, data); in onDeviceOutput()
|
/aosp14/frameworks/base/cmds/hid/jni/ |
H A D | com_android_commands_hid_Device.cpp | 279 mDeviceCallback->onDeviceSetReport(set_report.id, set_report.rtype, data); in handleEvents() 286 ALOGD("UHID_OUTPUT rtype=%" PRIu8 " data=%s", output.rtype, toString(data).c_str()); in handleEvents() 288 mDeviceCallback->onDeviceOutput(output.rtype, data); in handleEvents()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |