Searched defs:reportId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DUsbHid.java38 public Multitouch(int reportId, int maxContacts, int width, int height) { argument
39 mReportId = reportId;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java591 * @param reportId Report ID
597 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument
598 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize=" + bufferSize);
601 return mService.getReport(device, reportType, reportId, bufferSize);

Completed in 6593 milliseconds