Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc63 #define NANO_CAL_LOGE(tag, format, ...) LOGE("%s " format, tag, ##__VA_ARGS__) macro
67 #define NANO_CAL_LOGE(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
89 NANO_CAL_LOGE(kAccelTag, "Failed to initialize: wrong sensor type."); in Initialize()
101 NANO_CAL_LOGE(kGyroTag, "Failed to initialize: wrong sensor type."); in Initialize()
113 NANO_CAL_LOGE(kMagTag, "Failed to initialize: wrong sensor type."); in Initialize()
262 NANO_CAL_LOGE(sensor_tag, "ASH failed to apply calibration update."); in NotifyAshCalibration()
288 NANO_CAL_LOGE(sensor_tag, "ASH failed to write calibration update."); in NotifyAshCalibration()
335 NANO_CAL_LOGE(sensor_tag, in LoadAshCalibration()