Home
last modified time | relevance | path

Searched refs:replyReport (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DBluetoothHidDeviceBinderTest.java119 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()
DHidDeviceTest.java368 .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/
DHidDeviceService.java374 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()
DHidDeviceNativeInterface.java139 public boolean replyReport(byte type, byte id, byte[] data) { in replyReport() method in HidDeviceNativeInterface
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidDevice.aidl34 …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/
DBluetoothHidDevice.java657 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/
Dhiddenapi-max-target-o-low-priority.txt1985 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/
Dcurrent.txt872 …rmission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean replyReport(android.bluetoo…