Searched defs:reportId (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 380 … public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 506 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 701 …private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int buffer… in getReportNative()
|
D | HidDevService.java | 591 private synchronized void onSetReport(byte reportType, byte reportId, in onSetReport() 615 private synchronized void onIntrData(byte reportId, byte[] data) { in onIntrData()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid.cpp | 367 jbyte reportType, jbyte reportId, in getReportNative()
|