Lines Matching refs:LOGE
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()
408 LOGE("Failed to test sensor %d", sensor.sensor_type); in TestSingleSensor()
423 LOGE("Error reading test response %d", static_cast<int>(result)); in TestSingleSensor()
445 LOGE("Calibration of sensor %d (%s) failed with status %u", in HandleCalibrationResult()
492 LOGE("Calibration not supported for sensor type %d", in HandleCalibrationResult()
508 LOGE("Self-test of sensor %d (%s) failed with status %u", in HandleTestResult()
544 LOGE("Error %d while reading", static_cast<int>(result)); in ReadAppEvents()
570 LOGE("Error %d while reading", static_cast<int>(result)); in ReadSensorEvents()
615 LOGE("Loading calibration data not implemented"); in LoadCalibration()
651 LOGE("Saving calibration data not implemented"); in SaveCalibration()