Searched defs:reportType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 447 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport() 458 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() 669 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 688 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() 955 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, in getReportNative() 958 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 | 859 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_host.cpp | 391 jbyte reportType, jbyte reportId, in getReportNative() 419 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 | 1558 void onBatchScanReports(int status, int scannerId, int reportType, int numRecords, in onBatchScanReports() 1627 private Set<ScanResult> parseBatchScanResults(int numRecords, int reportType, in parseBatchScanResults()
|