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

  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 45 LOG_V << "Sizeof descriptor: " << info.descriptor.size() << LOG_ENDL;
46 LOG_V << "Descriptor: " << LOG_ENDL;
50 LOG_E << "invalid device" << LOG_ENDL;
54 LOG_V << "Digest: " << LOG_ENDL;
62 LOG_E << "cannot get feature " << featureId << LOG_ENDL;
64 LOG_V << "Dump of feature " << featureId << LOG_ENDL;
76 LOG_E << "Sensor is not valid " << LOG_ENDL;
81 LOG_V << "Sensor name: " << s->name << ", vendor: " << s->vendor << LOG_ENDL;
82 LOG_V << sensor->dump() << LOG_ENDL;
88 << LOG_ENDL;
    [all...]
HidRawSensorTest.cpp 124 LOG_E << name << " parsing error!" << LOG_ENDL;
130 LOG_V << name << " digest: " << LOG_ENDL;
135 LOG_V << name << " does not contain interested usage" << LOG_ENDL;
139 LOG_V << name << " sensor: " << LOG_ENDL;
141 LOG_I << "Sensor usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL;
144 LOG_V << "Usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL;
148 << " not valid!" << LOG_ENDL;
151 LOG_V << LOG_ENDL;
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
HidParserExample2.cpp 30 LOG_V << "Total " << hidItemVector.size() << " tokens" << LOG_ENDL;
32 LOG_V << i << LOG_ENDL;
60 LOG_V << "Tree: " << LOG_ENDL;
62 LOG_V << LOG_ENDL;
65 LOG_V << "FilteredTree: " << LOG_ENDL;
68 LOG_V << "DigestVector: " << LOG_ENDL;
74 LOG_V << "Parsing Error" << LOG_ENDL;
HidParserExample.cpp 35 LOG_V << name << " filtered tree: " << LOG_ENDL;
39 LOG_E << name << " parsing error!" << LOG_ENDL;
58 LOG_V << name << " filtered tree: " << LOG_ENDL;
62 LOG_E << name << " parsing error!" << LOG_ENDL;
88 LOG_E << name << " parsing error!" << LOG_ENDL;
94 LOG_V << name << " digest: " << LOG_ENDL;
102 LOG_V << "Usage: " << argv0 << " test_name" << LOG_ENDL;
103 LOG_V << " test_name can be parse, parse_filter, digest." << LOG_ENDL;
110 LOG_E << "Error: need param" << LOG_ENDL;
122 LOG_E << "Error: unknown test name" << LOG_ENDL;
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidLog.h 21 #define LOG_ENDL ""
29 #define LOG_ENDL std::endl
HidGlobal.cpp 26 LOG_E << "HidGlobal::append cannot process tag that is not global, " << i << LOG_ENDL;
31 LOG_E << "PUSH and POP should be handled in HidGlobalStack, " << i << LOG_ENDL;
84 LOG_E << "unknown global tag, " << i << LOG_ENDL;
89 LOG_E << "Cannot get signed / unsigned data at " << i << LOG_ENDL;
HidLocal.cpp 71 LOG_E << "usage min not set when saw usage max " << i << LOG_ENDL;
92 LOG_E << "string min not set when saw string max " << i << LOG_ENDL;
109 LOG_E << "unknown local tag, " << i << LOG_ENDL;
113 LOG_E << "Cannot get unsigned data at " << i << LOG_ENDL;
HidParser.cpp 50 LOG_E << "HidParser found illegal HidItem: " << i << LOG_ENDL;
71 LOG_E << "Cannot get collection type at offset " << i.offset << LOG_ENDL;
85 LOG_E << "unmatched END_COLLECTION at " << i.offset << LOG_ENDL;
95 LOG_E << "Cannot get report flag at offset " << i.offset << LOG_ENDL;
106 << " does not have all mandatory fields set" << LOG_ENDL;
112 << " has unsupported report size(> 32 bit)" << LOG_ENDL;
124 LOG_E << "unknown main tag, " << i << LOG_ENDL;
287 << ", " << i.packets.size() << " report packet:" << LOG_ENDL;
292 << packet.reports.size() << " entries" << LOG_ENDL;
311 << std::dec << LOG_ENDL;
    [all...]
HidTree.cpp 42 << ", usage " << std::hex << mFullUsage << std::dec << LOG_ENDL;
110 os << mReport << LOG_ENDL;
StreamIoUtil.h 159 os << ss.str() << LOG_ENDL;
172 os << ss.str() << LOG_ENDL;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.cpp 49 LOG_E << "populate feature from feature report failed" << LOG_ENDL;
54 LOG_E << "finding sensor control usage failed" << LOG_ENDL;
109 << std::hex << usage << std::dec << LOG_ENDL;
113 LOG_E << "Accuracy field must align to byte" << LOG_ENDL;
117 LOG_E << "Accuracy field value range must be [0, 2]" << LOG_ENDL;
137 LOG_E << "Invalid android custom sensor" << LOG_ENDL;
158 LOG_E << "Cannot find CUSTOM_VALUE_X in custom sensor" << LOG_ENDL;
167 LOG_E << "Custome usage " << digest.usage << ", min must < max" << LOG_ENDL;
175 << LOG_ENDL;
196 LOG_I << "Custom usage has more than 16 inputs, ignore the rest" << LOG_ENDL;
    [all...]
HidRawDevice.cpp 41 << LOG_ENDL;
47 LOG_E << "Error obtaining HidRaw device information" << LOG_ENDL;
52 LOG_E << "Cannot parse hid descriptor" << LOG_ENDL;
63 << "is used by more than one usage collection" << LOG_ENDL;
76 << LOG_ENDL;
193 LOG_E << "HidRawDevice::getFeature: unknown feature " << id << LOG_ENDL;
207 << " ioctl returns " << res << " (" << ::strerror(res) << ")" << LOG_ENDL;
213 << " returned " << res << " bytes, does not match expected " << size << LOG_ENDL;
218 << " result has header " << mIoBuffer.front() << LOG_ENDL;
232 LOG_E << "HidRawDevice::setFeature: Unknown feature " << id << LOG_ENDL;
    [all...]

Completed in 325 milliseconds