Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp203 LOGI("Couldn't open comms device file: %s", strerror(errno)); in Initialize()
305 LOGI("Setting calibration for sensor %d (%s) to %d", in SetCalibration()
317 LOGI("Setting calibration for sensor %d (%s) to %f", in SetCalibration()
330 LOGI("Setting calibration for %d to %d %d %d", static_cast<int>(sensor_type), in SetCalibration()
342 LOGI("Setting calibration for %d to %d %d %d %d", static_cast<int>(sensor_type), in SetCalibration()
353 LOGI("Saving calibration data"); in SaveCalibration()
Dcontexthub.cpp203 LOGI("Enabling sensor %d at rate %.0f Hz (special 0x%x) and latency %.2f ms", in EnableSensor()
232 LOGI("Disabling sensor %d", sensor_type); in DisableSensor()
370 LOGI("Issuing calibration request to sensor %d (%s)", sensor.sensor_type, in CalibrateSingleSensor()
404 LOGI("Issuing test request to sensor %d (%s)", sensor.sensor_type, in TestSingleSensor()
503 LOGI("Self-test of sensor %d (%s) succeeded", in HandleTestResult()
Dlog.h34 #define LOGI(fmt, ...) Log::Info(fmt, ##__VA_ARGS__) macro
/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h50 LOGI("%s " format, tag, ##__VA_ARGS__)
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DServerConnection.cpp110 LOGI("connecting to server %s\n", hostname); in create()
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc49 #define NANO_CAL_LOGI(tag, format, ...) LOGI("%s " format, tag, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c45 #define LOGI(fmt, ...) do { \ macro
/device/linaro/hikey/gralloc/
Dalloc_device.cpp100 LOGI("iteration %u (fail=%u, period=%u)\n", call_count, first_fail, fail_period); in __ump_alloc_should_fail()