HomeSort by relevance Sort by last modified time
    Searched refs:HidReport (Results 1 - 9 of 9) sorted by null

  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidReport.cpp 16 #include "HidReport.h"
23 HidReport::HidReport(uint32_t type, uint32_t data,
40 std::string HidReport::getStringType() const {
44 std::string HidReport::reportTypeToString(int type) {
58 double HidReport::getExponentValue() const {
70 std::string HidReport::getExponentString() const {
79 std::string HidReport::getUnitString() const {
90 std::string HidReport::getFlagString() const {
110 bool HidReport::isArray() const
    [all...]
HidReport.h 32 // HidReport represent an input, output or feature report
33 class HidReport {
34 friend std::ostream& operator<<(std::ostream& os, const HidReport& h);
36 HidReport(uint32_t type_, uint32_t data, const HidGlobal &global, const HidLocal &local);
98 std::ostream& operator<<(std::ostream& os, const HidReport& h);
HidTree.h 19 #include "HidReport.h"
83 HidReportNode(std::shared_ptr<HidTreeNode> parent, const HidReport &report);
88 // obtain HidReport attached to this node
89 const HidReport& getReport() const;
96 HidReport mReport;
HidParser.h 65 const std::vector<HidReport>& getReport() const { return mReport; }
68 typedef std::array<std::vector<HidReport>, 3> ReportSet;
85 std::vector<HidReport> mReport;
HidTree.cpp 104 HidReportNode::HidReportNode(std::shared_ptr<HidTreeNode> parent, const HidReport &report)
119 const HidReport& HidReportNode::getReport() const {
Android.mk 23 HidReport.cpp \
HidParser.cpp 117 HidReport report(reportType, flag, top, mLocal);
183 const HidReport &report =
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensorDaemon.h 34 using HidUtil::HidReport;
HidRawDevice.h 31 using HidUtil::HidReport;
53 size_t calculateReportBitSize(const std::vector<HidReport> &reportItems);

Completed in 1443 milliseconds