Searched refs:LOGI (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 203 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()
|
D | contexthub.cpp | 203 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()
|
D | log.h | 34 #define LOGI(fmt, ...) Log::Info(fmt, ##__VA_ARGS__) macro
|
/device/google/contexthub/firmware/os/algos/calibration/util/ |
D | cal_log.h | 50 LOGI("%s " format, tag, ##__VA_ARGS__)
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 110 LOGI("connecting to server %s\n", hostname); in create()
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.cc | 49 #define NANO_CAL_LOGI(tag, format, ...) LOGI("%s " format, tag, ##__VA_ARGS__)
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 45 #define LOGI(fmt, ...) do { \ macro
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 100 LOGI("iteration %u (fail=%u, period=%u)\n", call_count, first_fail, fail_period); in __ump_alloc_should_fail()
|