Home
last modified time | relevance | path

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

/device/google/gs201/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp8 #define LOGI(format,...) ALOGI(TAG format,##__VA_ARGS__) macro
58 LOGI("Start Authentication Mode!\n"); in checkParameter()
62 LOGI("Start Navigation Mode!\n"); in checkParameter()
66 LOGI("Start Idle Mode!\n"); in checkParameter()
70 LOGI("Start enabling FPS service!\n"); in checkParameter()
74 LOGI("Start disabling FPS service!\n"); in checkParameter()
158 LOGI("%s",__func__); in main()
170 LOGI("%s: Enable fingerprint service\n",__func__); in main()
175 LOGI("%s: Disable fingerprint service\n",__func__); in main()
/device/google/gs101/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp8 #define LOGI(format,...) ALOGI(TAG format,##__VA_ARGS__) macro
58 LOGI("Start Authentication Mode!\n"); in checkParameter()
62 LOGI("Start Navigation Mode!\n"); in checkParameter()
66 LOGI("Start Idle Mode!\n"); in checkParameter()
70 LOGI("Start enabling FPS service!\n"); in checkParameter()
74 LOGI("Start disabling FPS service!\n"); in checkParameter()
158 LOGI("%s",__func__); in main()
170 LOGI("%s: Enable fingerprint service\n",__func__); in main()
175 LOGI("%s: Disable fingerprint service\n",__func__); in main()
/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.h56 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()