Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.c36 #define LOGD(...) __android_log_print(ANDROID_LOG_VERBOSE, "ClockSyncNative", __VA_ARGS__) macro
38 #define LOGD(...) printf(__VA_ARGS__) macro
173 LOGD("Error, bad reply for R%d: %s", i+1, clk->buffer); in read_remote_timestamps()
194 LOGD("Sent a 'Z', reply '%c' in %d us\n", clk->buffer[0], clk->maxE); in zero_remote()
245 LOGD("E is between %d and %d us, sleep_time=%d\n", clk->minE, clk->maxE, sleep_time); in improve_minE()
266 LOGD("Error, bad incoming digit: %s\n", clk->buffer); in improve_maxE()
290 LOGD("E is between %d and %d us\n", clk->minE, clk->maxE); in improve_maxE()
324 LOGD("Base time shifted for zero minE\n"); in sync_clocks()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtime_log.h116 LOGD("%32s: %6.3fms %6.4fms", this_time->id, curr_time, avg_time); in PrintTimeLog()
123 LOGD("TOTAL TIME: %6.3fms %6.4fms\n", in PrintTimeLog()
125 LOGD(" "); in PrintTimeLog()
Dlogging.h102 #define LOGD(...) macro
114 #define LOGD(...) macro
Dtracked_object.cc95 LOGD("Tracked match score is way too low (%.6f), aborting track.", in UpdatePosition()
/external/libxcam/modules/isp/
Dlibtbd.c31 #define MSG_LOG(...) LOGD(__VA_ARGS__)