/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | BluetoothHidDeviceBinderTest.java | 119 public void replyReport() { in replyReport() method in BluetoothHidDeviceBinderTest 123 mBinder.replyReport(mTestDevice, type, id, data, mAttributionSource); in replyReport() 124 verify(mService).replyReport(mTestDevice, type, id, data); in replyReport()
|
D | HidDeviceTest.java | 368 .replyReport(anyByte(), anyByte(), any(byte[].class)); in testReplyReport() 372 mHidDeviceService.replyReport( in testReplyReport() 398 mHidDeviceService.replyReport( in testReplyReport() 402 .replyReport(eq(SAMPLE_REPORT_TYPE), eq(SAMPLE_REPORT_ID), eq(SAMPLE_HID_REPORT)); in testReplyReport()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 374 public boolean replyReport( in replyReport() method in HidDeviceService.BluetoothHidDeviceBinder 383 return service.replyReport(device, type, id, data); in replyReport() 590 synchronized boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport() method in HidDeviceService 595 && mHidDeviceNativeInterface.replyReport(type, id, data); in replyReport()
|
D | HidDeviceNativeInterface.java | 139 public boolean replyReport(byte type, byte id, byte[] data) { in replyReport() method in HidDeviceNativeInterface
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidDevice.aidl | 34 …boolean replyReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data, in Attrib… in replyReport() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidDevice.java | 657 public boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport() method in BluetoothHidDevice 664 return service.replyReport(device, type, id, data, mAttributionSource); in replyReport()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1985 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->replyReport(Landroid/bluetooth/BluetoothDevice;… 2012 Landroid/bluetooth/IBluetoothHidDevice;->replyReport(Landroid/bluetooth/BluetoothDevice;BB[B)Z
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 872 …rmission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean replyReport(android.bluetoo…
|