/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothHidHost.aidl | 50 …boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize, in At… in getReport() 52 …boolean setReport(in BluetoothDevice device, byte reportType, String report, in AttributionSource … in setReport()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidParser.cpp | 92 unsigned int reportType = i.tag; in processMainTag() local 272 static std::string reportTypeToString(int reportType) { in reportTypeToString()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
H A D | HidHostService.java | 461 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 472 public boolean setReport(BluetoothDevice device, byte reportType, String report, in setReport() 683 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 702 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() 970 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, in getReportNative() 973 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); in setReportNative()
|
H A D | HidDeviceNativeInterface.java | 208 private synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
|
H A D | HidDeviceService.java | 871 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHidHost.java | 642 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 674 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hid_host.cpp | 391 jbyte reportType, jbyte reportId, in getReportNative() 419 jbyte reportType, jstring report) { in setReportNative()
|
/aosp12/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
H A D | UsageStatistics.java | 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_hh.cc | 1495 bthh_report_type_t reportType, uint8_t reportId, in get_report() 1534 bthh_report_type_t reportType, char* report) { in set_report()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1855 void onBatchScanReports(int status, int scannerId, int reportType, int numRecords, in onBatchScanReports() 1863 void onBatchScanReportsInternal(int status, int scannerId, int reportType, int numRecords, in onBatchScanReportsInternal() 1978 private Set<ScanResult> parseBatchScanResults(int numRecords, int reportType, in parseBatchScanResults()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 10671 final int reportType; in dumpApplicationMemoryUsage() local 11327 final int reportType; in dumpApplicationMemoryUsage() local
|