Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 2 of 2) 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/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c1030 #define ALOGD LOGD