Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java44 private static final int MSG_SEND_GET_FEATURE_REPORT_REPLY = 3; field in Device
141 case MSG_SEND_GET_FEATURE_REPORT_REPLY: in handleMessage()
193 msg = mHandler.obtainMessage(MSG_SEND_GET_FEATURE_REPORT_REPLY, requestId, 0, report); in onDeviceGetReport()