Searched defs:reportId (Results 1 – 16 of 16) sorted by relevance
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothHidDeviceCallback.aidl | 28 void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data); in onInterruptData()
|
| D | IBluetoothHidHost.aidl | 52 …void getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize, in Attri… in getReport()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
| D | HidDeviceNativeInterface.java | 217 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport() 239 synchronized void onInterruptData(byte reportId, byte[] data) { in onInterruptData()
|
| D | HidHostService.java | 507 public void getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 751 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 1043 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, in getReportNative()
|
| D | HidDeviceService.java | 906 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative() 930 synchronized void onInterruptDataFromNative(byte reportId, byte[] data) { in onInterruptDataFromNative()
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
| D | EventReportPayload.java | 133 public @NonNull Builder setReportId(@NonNull String reportId) { in setReportId()
|
| D | AggregateReportBody.java | 201 public @NonNull Builder setReportId(@NonNull String reportId) { in setReportId()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothHidDevice.java | 328 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() 409 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData()
|
| D | BluetoothHidHost.java | 685 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
| D | MeasurementDbMigratorV15Test.java | 243 private ContentValues buildDebugReportV14(String reportId, String enrollmentId) { in buildDebugReportV14()
|
| D | MeasurementDbMigratorV14Test.java | 595 private ContentValues buildEventReportV13(String reportId, String enrollmentId) { in buildEventReportV13() 606 private ContentValues buildAggregateReportV13(String reportId, String enrollmentId) { in buildAggregateReportV13()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
| D | HidDeviceTest.java | 244 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData()
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_hh.cc | 778 uint8_t reportId, uint16_t bufferSize) { in btif_hh_getreport() 1613 bthh_report_type_t reportType, uint8_t reportId, in get_report()
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_hid_host.cpp | 389 jbyte reportType, jbyte reportId, in getReportNative()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
| D | MeasurementDaoTest.java | 7264 String reportId, Source source, Trigger trigger) { in createAggregateReportForSourceAndTrigger() 7273 String reportId, Source source, Trigger trigger) throws JSONException { in createEventReportForSourceAndTrigger()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
| D | AdapterService.java | 1027 int reportId, in linkQualityReportCallback()
|