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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceCallback.java112 * @param reportId Report Id.
115 public void onIntrData(BluetoothDevice device, byte reportId, byte[] data) { argument
116 Log.d(TAG, "onIntrData: device=" + device + " reportId=" + reportId);
H A DBluetoothInputDevice.java592 * @param reportId Report ID
598 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument
599 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize=" + bufferSize);
602 return mService.getReport(device, reportType, reportId, bufferSize);
H A DBluetoothInputHost.java156 public void onIntrData(BluetoothDevice device, byte reportId, byte[] data) { argument
157 mCallback.onIntrData(device, reportId, data);
/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;

Completed in 7096 milliseconds