Searched defs:reportType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 422 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 432 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() 590 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 610 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() 882 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, in getReportNative() 885 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); in setReportNative()
|
D | HidDeviceNativeInterface.java | 208 private synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
|
D | HidDeviceService.java | 763 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_host.cpp | 383 jbyte reportType, jbyte reportId, in getReportNative() 411 jbyte reportType, jstring report) { in setReportNative()
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1554 void onBatchScanReports(int status, int scannerId, int reportType, int numRecords, in onBatchScanReports() 1623 private Set<ScanResult> parseBatchScanResults(int numRecords, int reportType, in parseBatchScanResults()
|