Searched defs:reportId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 208 private synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport() 228 private synchronized void onInterruptData(byte reportId, byte[] data) { in onInterruptData()
|
D | HidHostService.java | 447 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 669 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 955 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, in getReportNative()
|
D | HidDeviceService.java | 859 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative() 883 synchronized void onInterruptDataFromNative(byte reportId, byte[] data) { in onInterruptDataFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidDeviceTest.java | 248 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_host.cpp | 391 jbyte reportType, jbyte reportId, in getReportNative()
|