Home
last modified time | relevance | path

Searched refs:featureReports (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/hid/src/com/android/commands/hid/
DEvent.java302 SparseArray<byte[]> featureReports = new SparseArray<>(); in readFeatureReports() local
329 featureReports.put(id, data); in readFeatureReports()
338 return featureReports; in readFeatureReports()
DDevice.java62 byte[] report, SparseArray<byte[]> featureReports, Map<ByteBuffer, byte[]> outputs) { in Device() argument
67 mFeatureReports = featureReports; in Device()