Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java38 private static final int MSG_SEND_GET_FEATURE_REPORT_REPLY = 3; field in Device
129 case MSG_SEND_GET_FEATURE_REPORT_REPLY: in handleMessage()
181 msg = mHandler.obtainMessage(MSG_SEND_GET_FEATURE_REPORT_REPLY, requestId, 0, report); in onDeviceGetReport()