Searched refs:LOGE (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 118 LOGE("Missing sensor type to calibration data mapping sensor %d", in GetCalibrationBytes() 128 LOGE("Couldn't remove lock file: %s", strerror(errno)); in ~AndroidContextHub() 149 LOGE("Couldn't create lock directory: %s", strerror(errno)); in Initialize() 154 LOGE("Couldn't create lock file: %s", strerror(errno)); in Initialize() 168 LOGE("Couldn't open device file: %s", strerror(errno)); in Initialize() 187 LOGE("Logging is not supported on this platform"); in SetLoggingEnabled() 199 LOGE("Couldn't write %zu bytes to device file: %s", message.size(), in WriteEvent() 223 LOGE("Polling failed: %s", strerror(errno)); in ReadEvent() 248 LOGE("Poll returned but none of expected files are ready"); in ReadEvent() 257 LOGE("Flashing is not supported on this platform"); in FlashSensorHub() [all …]
|
D | contexthub.cpp | 143 LOGE("Failed to open firmware image: %d (%s)", errno, strerror(errno)); in Flash() 157 LOGE("Read of firmware file returned %zu, expected %ld", in Flash() 199 LOGE("Could not enable sensor %d", spec.sensor_type); in EnableSensor() 226 LOGE("Could not disable sensor %d", sensor_type); in DisableSensor() 316 LOGE("Failed to calibrate sensor %d", sensor.sensor_type); in CalibrateSingleSensor() 331 LOGE("Error reading calibration response %d", static_cast<int>(result)); in CalibrateSingleSensor() 353 LOGE("Calibration of sensor %d (%s) failed with status %u", in HandleCalibrationResult() 400 LOGE("Calibration not supported for sensor type %d", in HandleCalibrationResult() 435 LOGE("Error %d while reading", static_cast<int>(result)); in ReadAppEvents() 461 LOGE("Error %d while reading", static_cast<int>(result)); in ReadSensorEvents() [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 | 422 LOGE("Error initializing ContextHub"); in main() 465 LOGE("Command not implemented"); in main() 470 LOGE("Command failed"); in main()
|
D | log.h | 32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) macro
|