Searched defs:reportType (Results 1 – 12 of 12) sorted by relevance
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothHidHost.aidl | 52 …void getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize, in Attri… in getReport() 54 …void setReport(in BluetoothDevice device, byte reportType, String report, in AttributionSource att… in setReport()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
| D | HidHostService.java | 507 public void getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 522 public void setReport(BluetoothDevice device, byte reportType, String report, in setReport() 751 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 770 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() 1043 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, in getReportNative() 1046 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); in setReportNative()
|
| D | HidDeviceNativeInterface.java | 217 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
|
| D | HidDeviceService.java | 906 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothHidHost.java | 685 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 721 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_hid_host.cpp | 389 jbyte reportType, jbyte reportId, in getReportNative() 417 jbyte reportType, jstring report) { in setReportNative()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
| D | E2ETest.java | 457 static String getReportUrl(ReportType reportType, String origin) { in getReportUrl() 610 private boolean matchReportTimeAndReportTo(ReportType reportType, JSONObject obj1, in matchReportTimeAndReportTo() 646 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualEventReportJsons() 670 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualAggregateReportJsons()
|
| /packages/apps/Camera2/src_pd/com/android/camera/stats/ |
| D | UsageStatistics.java | 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_hh.cc | 1613 bthh_report_type_t reportType, uint8_t reportId, in get_report() 1684 bthh_report_type_t reportType, char* report) { in set_report()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
| D | GattServiceTest.java | 281 int reportType = ScanManager.SCAN_RESULT_TYPE_FULL; in onBatchScanReportsInternal_deliverBatchScan() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 203 void onBatchScanReports(int status, int scannerId, int reportType, int numRecords, in onBatchScanReports()
|
| D | GattService.java | 2697 void onBatchScanReports(int status, int scannerId, int reportType, int numRecords, in onBatchScanReports() 2705 void onBatchScanReportsInternal(int status, int scannerId, int reportType, int numRecords, in onBatchScanReportsInternal() 2834 private Set<ScanResult> parseBatchScanResults(int numRecords, int reportType, in parseBatchScanResults()
|