Searched refs:reportId (Results 1 - 6 of 6) 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 DIBluetoothHidDeviceCallback.aidl29 void onIntrData(in BluetoothDevice device, in byte reportId, in byte[] data);
H A DIBluetoothInputDevice.aidl50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize);
H A DBluetoothInputDevice.java608 * @param reportId Report ID
614 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, argument
617 log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId
623 return service.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 283 milliseconds