Home
last modified time | relevance | path

Searched defs:reportError (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DBluetoothHidDeviceBinderTest.java153 public void reportError() { in reportError() method in BluetoothHidDeviceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidDevice.aidl36 …boolean reportError(in BluetoothDevice device, byte error, in AttributionSource attributionSource); in reportError() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java440 public boolean reportError(BluetoothDevice device, byte error, AttributionSource source) { in reportError() method in HidDeviceService.BluetoothHidDeviceBinder
683 synchronized boolean reportError(BluetoothDevice device, byte error) { in reportError() method in HidDeviceService
DHidDeviceNativeInterface.java177 public boolean reportError(byte error) { in reportError() method in HidDeviceNativeInterface
/packages/services/Car/service/src/com/android/car/
DCarBugreportManagerService.java365 private void reportError(ICarBugreportCallback callback, int errorCode) { in reportError() method in CarBugreportManagerService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java681 public boolean reportError(BluetoothDevice device, byte error) { in reportError() method in BluetoothHidDevice