Home
last modified time | relevance | path

Searched refs:MSG_SEND_REPORT (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java43 private static final int MSG_SEND_REPORT = 2; field in Device
98 Message msg = mHandler.obtainMessage(MSG_SEND_REPORT, report); in sendReport()
134 case MSG_SEND_REPORT: in handleMessage()
248 msg = mHandler.obtainMessage(MSG_SEND_REPORT, response); in onDeviceOutput()