Home
last modified time | relevance | path

Searched refs:LOG_E (Results 1 – 23 of 23) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawDevice.cpp40 LOG_E << "Error in open device node: " << errno << " (" << ::strerror(errno) << ")" in HidRawDevice()
47 LOG_E << "Error obtaining HidRaw device information" << LOG_ENDL; in HidRawDevice()
52 LOG_E << "Cannot parse hid descriptor" << LOG_ENDL; in HidRawDevice()
62 LOG_E << "Same type - report id pair (" << packet.type << ", " << packet.id << ")" in HidRawDevice()
75 LOG_E << "Default report id 0 is not expected when more than one report id is found." in HidRawDevice()
193 LOG_E << "HidRawDevice::getFeature: unknown feature " << id << LOG_ENDL; in getFeature()
206 LOG_E << "HidRawDevice::getFeature: feature " << static_cast<int>(id) in getFeature()
212 LOG_E << "HidRawDevice::getFeature: get feature " << static_cast<int>(id) in getFeature()
217 LOG_E << "HidRawDevice::getFeature: get feature " << static_cast<int>(id) in getFeature()
232 LOG_E << "HidRawDevice::setFeature: Unknown feature " << id << LOG_ENDL; in setFeature()
[all …]
DHidRawSensor.cpp58 LOG_E << "populate feature from feature report failed" << LOG_ENDL; in HidRawSensor()
63 LOG_E << "finding sensor control usage failed" << LOG_ENDL; in HidRawSensor()
117 LOG_E << "Cannot find accuracy field in usage " in HidRawSensor()
122 LOG_E << "Accuracy field must align to byte" << LOG_ENDL; in HidRawSensor()
126 LOG_E << "Accuracy field value range must be [0, 2]" << LOG_ENDL; in HidRawSensor()
146 LOG_E << "Invalid android custom sensor" << LOG_ENDL; in HidRawSensor()
167 LOG_E << "Cannot find CUSTOM_VALUE_X in custom sensor" << LOG_ENDL; in HidRawSensor()
176 LOG_E << "Custome usage " << digest.usage << ", min must < max" << LOG_ENDL; in HidRawSensor()
182 LOG_E << "Custome usage " << std::hex << digest.usage << std::hex in HidRawSensor()
244LOG_E << "Quaternion usage input must be 16 or 32 bits and aligned at byte boundary" << LOG_ENDL; in processQuaternionUsage()
[all …]
/hardware/nxp/weaver/libese_weaver/src/
Dweaver-parser-impl.cpp267 LOG_E(TAG, "Exit Invalid Response Size"); in ParseReadInfo()
274 LOG_E(TAG, "INCORRECT_KEY"); in ParseReadInfo()
279 LOG_E(TAG, "THROTTING_ENABLED"); in ParseReadInfo()
293 LOG_E(TAG, "Invalid Response"); in ParseReadInfo()
297 LOG_E(TAG, "Unknown Tag for Read Response"); in ParseReadInfo()
320 LOG_E(TAG, "Exit Invalid Response Size"); in ParseGetDataInfo()
324 LOG_E(TAG, "Invalid Response code"); in ParseGetDataInfo()
331 LOG_E(TAG, "Invalid get data response"); in ParseGetDataInfo()
342 LOG_E(TAG, "Invalid get data response"); in ParseGetDataInfo()
393 LOG_E(TAG, "Response is too short"); in checkStatus()
[all …]
Dweaver-impl.cpp64 LOG_E(TAG, "Not able to Initialize Transport Interface"); in Init()
92 LOG_E(TAG, "Failed to perform getSlot Request"); in GetSlots()
97 LOG_E(TAG, "Failed to Close Channel"); in GetSlots()
104 LOG_E(TAG, "Failed Parsing getSlot Response"); in GetSlots()
166 LOG_E(TAG, "Failed to perform Read Request for slot (%u)", slotId); in Read()
171 LOG_E(TAG, "Failed to Close Channel"); in Read()
206 LOG_E(TAG, "Failed to Close Channel"); in Write()
Dweaver-transport-impl.cpp146 LOG_E(TAG, ": send Failed, trying with alternateAids"); in sendInternal()
187 LOG_E(TAG, ": completed max retries exit failure"); in Send()
190 LOG_E(TAG, ": retry %d/%d", retry, MAX_RETRY_COUNT); in Send()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DHidParserExample.cpp39 LOG_E << name << " parsing error!" << LOG_ENDL; in doParse()
62 LOG_E << name << " parsing error!" << LOG_ENDL; in doParseAndFilter()
88 LOG_E << name << " parsing error!" << LOG_ENDL; in doDigest()
110 LOG_E << "Error: need param" << LOG_ENDL; in main()
122 LOG_E << "Error: unknown test name" << LOG_ENDL; in main()
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawDeviceTest.cpp49 LOG_E << "invalid device" << LOG_ENDL; in test()
61 LOG_E << "cannot get feature " << featureId << LOG_ENDL; in test()
75 LOG_E << "Sensor is not valid " << LOG_ENDL; in test()
102 LOG_E << "Receive report error" << LOG_ENDL; in test()
119 LOG_E << "Usage: " << argv[0] << " hidraw-dev-path" << LOG_ENDL; in main()
DHidRawSensorTest.cpp124 LOG_E << name << " parsing error!" << LOG_ENDL; in test()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidGlobal.cpp26 LOG_E << "HidGlobal::append cannot process tag that is not global, " << i << LOG_ENDL; in append()
31 LOG_E << "PUSH and POP should be handled in HidGlobalStack, " << i << LOG_ENDL; in append()
84 LOG_E << "unknown global tag, " << i << LOG_ENDL; in append()
89 LOG_E << "Cannot get signed / unsigned data at " << i << LOG_ENDL; in append()
DHidLocal.cpp71 LOG_E << "usage min not set when saw usage max " << i << LOG_ENDL; in append()
92 LOG_E << "string min not set when saw string max " << i << LOG_ENDL; in append()
109 LOG_E << "unknown local tag, " << i << LOG_ENDL; in append()
113 LOG_E << "Cannot get unsigned data at " << i << LOG_ENDL; in append()
DHidLog.h22 #define LOG_E LOG(ERROR) macro
30 #define LOG_E (std::cerr << "E: ") macro
DHidParser.cpp50 LOG_E << "HidParser found illegal HidItem: " << i << LOG_ENDL; in parse()
71 LOG_E << "Cannot get collection type at offset " << i.offset << LOG_ENDL; in processMainTag()
85 LOG_E << "unmatched END_COLLECTION at " << i.offset << LOG_ENDL; in processMainTag()
95 LOG_E << "Cannot get report flag at offset " << i.offset << LOG_ENDL; in processMainTag()
105 LOG_E << "Report defined at " << i.offset in processMainTag()
111 LOG_E << "Report defined at " << i.offset in processMainTag()
124 LOG_E << "unknown main tag, " << i << LOG_ENDL; in processMainTag()
/hardware/nxp/weaver/libese_weaver/inc/
Dweaver_utils.h38 #define LOG_E(tag, fmt, ...) \ macro
/hardware/qcom/gps/msm8998/utils/
Dlog_util.h148 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
154 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h147 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
153 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/gps/msm8996/utils/
Dlog_util.h148 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
154 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/gps/msm8909w_3100/utils/
Dlog_util.h148 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
154 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h147 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
153 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/gps/msm8909/utils/
Dlog_util.h170 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
176 LOG_E(EXIT_ERROR_TAG, __func__, SPEC, VAL); \
/hardware/qcom/sm8150p/gps/utils/
Dlog_util.h178 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
184 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/sm7150/gps/utils/
Dlog_util.h226 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
233 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/sm7250/gps/utils/
Dlog_util.h263 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
270 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
/hardware/qcom/sm8150/gps/utils/
Dlog_util.h263 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL) macro
270 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \