Searched refs:TYPE_REPORT (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidTree.cpp | 74 && mChildren.front()->mNodeType == TYPE_REPORT; in isReportCollection() 105 : HidTreeNode(parent, 0 /*data*/, 0 /*fullUsage*/, TYPE_REPORT), mReport(report) { in HidReportNode()
|
D | HidTree.h | 34 TYPE_REPORT = 2 // can be cast to HidReportNode enumerator
|
D | HidParser.cpp | 180 if (i->getNodeType() != HidTreeNode::TYPE_REPORT) { in digest()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | SystemStatus.h | 805 template <typename TYPE_REPORT, typename TYPE_ITEM> 806 bool setIteminReport(TYPE_REPORT& report, TYPE_ITEM&& s); 809 template <typename TYPE_REPORT, typename TYPE_ITEM> 810 void setDefaultIteminReport(TYPE_REPORT& report, const TYPE_ITEM& s); 812 template <typename TYPE_REPORT, typename TYPE_ITEM> 813 void getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const;
|
D | SystemStatus.cpp | 1313 template <typename TYPE_REPORT, typename TYPE_ITEM> 1314 bool SystemStatus::setIteminReport(TYPE_REPORT& report, TYPE_ITEM&& s) in setIteminReport() 1330 template <typename TYPE_REPORT, typename TYPE_ITEM> 1331 void SystemStatus::setDefaultIteminReport(TYPE_REPORT& report, const TYPE_ITEM& s) in setDefaultIteminReport() 1339 template <typename TYPE_REPORT, typename TYPE_ITEM> 1340 void SystemStatus::getIteminReport(TYPE_REPORT& reportout, const TYPE_ITEM& c) const in getIteminReport()
|