HomeSort by relevance Sort by last modified time
    Searched refs:mReportId (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbHid.java 33 private final int mReportId;
39 mReportId = reportId;
50 (byte)0x85, (byte)mReportId, // REPORT_ID (Touch)
102 buffer.put((byte)mReportId);
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidReport.h 95 tri_uint mReportId;
HidReport.cpp 38 mReportId(global.reportId) { }
155 << "id: " << h.mReportId;
213 return mReportId.get(0);

Completed in 775 milliseconds