Home
last modified time | relevance | path

Searched defs:reportType (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHidHost.aidl52 …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/
DHidHostService.java507 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()
DHidDeviceNativeInterface.java217 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
DHidDeviceService.java906 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java685 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/
Dcom_android_bluetooth_hid_host.cpp389 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/
DE2ETest.java457 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/
DUsageStatistics.java95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1613 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/
DGattServiceTest.java281 int reportType = ScanManager.SCAN_RESULT_TYPE_FULL; in onBatchScanReportsInternal_deliverBatchScan() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java203 void onBatchScanReports(int status, int scannerId, int reportType, int numRecords, in onBatchScanReports()
DGattService.java2697 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()