/device/google/contexthub/util/nanotool/ |
D | contexthub.cpp | 148 LOGE("Failed to open firmware image: %d (%s)", errno, strerror(errno)); in Flash() 162 LOGE("Read of firmware file returned %zu, expected %ld", in Flash() 212 LOGE("Could not enable sensor %d", spec.sensor_type); in EnableSensor() 239 LOGE("Could not disable sensor %d", sensor_type); in DisableSensor() 285 LOGE("Failed to send bridge version info request: %d", in PrintBridgeVersion() 297 LOGE("Got short app to host event from bridge: length %u, expected " in PrintBridgeVersion() 302 LOGE("Bridge version info request failed with status %u", rsp->status); in PrintBridgeVersion() 306 LOGE("Got successful version info response with short payload: " in PrintBridgeVersion() 374 LOGE("Failed to calibrate sensor %d", sensor.sensor_type); in CalibrateSingleSensor() 389 LOGE("Error reading calibration response %d", static_cast<int>(result)); in CalibrateSingleSensor() [all …]
|
D | androidcontexthub.cpp | 142 LOGE("Missing sensor type to calibration data mapping sensor %d", in GetCalibrationBytes() 152 LOGE("Couldn't remove lock file: %s", strerror(errno)); in ~AndroidContextHub() 173 LOGE("Couldn't create lock directory: %s", strerror(errno)); in Initialize() 178 LOGE("Couldn't create lock file: %s", strerror(errno)); in Initialize() 192 LOGE("Couldn't open device file: %s", strerror(errno)); in Initialize() 211 LOGE("Logging is not supported on this platform"); in SetLoggingEnabled() 223 LOGE("Couldn't write %zu bytes to device file: %s", message.size(), in WriteEvent() 247 LOGE("Polling failed: %s", strerror(errno)); in ReadEvent() 272 LOGE("Poll returned but none of expected files are ready"); in ReadEvent() 281 LOGE("Flashing is not supported on this platform"); in FlashSensorHub() [all …]
|
D | calibrationfile.cpp | 44 LOGE("Couldn't open calibration file: %d (%s)", err, strerror(-err)); in Initialize() 54 LOGE("Read of configuration file returned %zd, expected %" PRIu64, in Initialize() 65 LOGE("Couldn't parse sensor calibration file (requires manual " in Initialize() 126 LOGE("Write returned %zd, expected %zu", bytes_written, json_str.size()); in Save()
|
D | nanotool.cpp | 434 LOGE("Error initializing ContextHub"); in main() 492 LOGE("Command not implemented"); in main() 497 LOGE("Command failed"); in main()
|
D | log.h | 32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) macro
|
/device/google/gs201/fingerprint/fpc1540/fp_tool/ |
D | fp_test.cpp | 10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) macro 94 LOGE("Failed to %s FPS service\n", set? "enable" : "disable"); in enable_disable_fps() 108 LOGE("%s : current fp service status is %s!\n",__func__, tempbuf); in run_auth_cmd() 116 LOGE("%s : Fail to get FingerprintService!\n",__func__); in run_auth_cmd() 134 LOGE("%s : current fp service status is %s!\n",__func__, tempbuf); in run_cancel_cmd() 142 LOGE("%s : Fail to get FingerprintService!\n",__func__); in run_cancel_cmd() 161 LOGE("Invalid Parameter\n"); in main()
|
/device/google/gs101/fingerprint/fpc1540/fp_tool/ |
D | fp_test.cpp | 10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) macro 94 LOGE("Failed to %s FPS service\n", set? "enable" : "disable"); in enable_disable_fps() 108 LOGE("%s : current fp service status is %s!\n",__func__, tempbuf); in run_auth_cmd() 116 LOGE("%s : Fail to get FingerprintService!\n",__func__); in run_auth_cmd() 134 LOGE("%s : current fp service status is %s!\n",__func__, tempbuf); in run_cancel_cmd() 142 LOGE("%s : Fail to get FingerprintService!\n",__func__); in run_cancel_cmd() 161 LOGE("Invalid Parameter\n"); in main()
|
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 52 #define LOGE(fmt, ...) do { \ macro 208 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno)); in openFile() 329 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno)); in fileWriteData() 335 LOGE("Failed to write to %s; err=%d [%s]", fname, errno, strerror(errno)); in fileWriteData() 588 LOGE("Download failed after %d retries; erasing all apps " in main() 602 LOGE("Failed to download all apps!"); in main()
|
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | logging.h | 25 #define LOGE(fmt, ...) qlog(LOG_ERR, fmt, ##__VA_ARGS__) macro
|