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

  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensorDaemon.h 33 using HidUtil::HidParser;
34 using HidUtil::HidReport;
35 using HidUtil::HidItem;
HidRawDevice.h 30 using HidUtil::HidParser;
31 using HidUtil::HidReport;
HidRawSensor.h 29 using HidUtil::HidParser;
HidRawDevice.cpp 32 using HidUtil::HidItem;
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidItem.h 24 namespace HidUtil {
48 std::istream& operator>>(std::istream &is, HidUtil::HidItem &h);
51 std::ostream& operator<<(std::ostream &os, const HidUtil::HidItem &h);
52 } //namespace HidUtil
HidGlobal.h 22 namespace HidUtil {
58 } //namespace HidUtil
HidItem.cpp 21 namespace HidUtil {
80 std::istream& operator>>(std::istream &is, HidUtil::HidItem &h) {
81 using namespace HidUtil::HidDef::MainTag;
82 using namespace HidUtil::HidDef::TagType;
118 std::ostream& operator<<(std::ostream &os, const HidUtil::HidItem &h) {
132 } // namespace HidUtil
HidLocal.h 24 namespace HidUtil {
53 } // namespace HidUtil
HidDefs.h 19 namespace HidUtil {
115 } //namespace HidUtil
HidReport.h 27 namespace HidUtil {
99 } // namespace HidUtil
HidGlobal.cpp 20 namespace HidUtil {
125 } // namespace HidUtil
HidLocal.cpp 21 namespace HidUtil {
118 } //namespace HidUtil
HidTree.h 25 namespace HidUtil {
101 } // namespace HidUtil
HidParser.h 29 namespace HidUtil {
176 } // namespace HidUtil
HidTree.cpp 21 namespace HidUtil {
127 } //namespace HidUtil
StreamIoUtil.h 26 namespace HidUtil {
174 } //namespace HidUtil
HidReport.cpp 22 namespace HidUtil {
229 } // namespace HidUtil
TriState.h 22 namespace HidUtil {
HidParser.cpp 22 namespace HidUtil {
319 } // namespace HidUtil
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
HidParserExample2.cpp 22 using namespace HidUtil;
HidParserExample.cpp 21 using HidUtil::HidParser;
TriStateTest.cpp 24 using HidUtil::TriState;
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 36 using HidUtil::hexdumpToStream;

Completed in 298 milliseconds