Searched defs:LOGI (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DLog.h21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
/packages/inputmethods/LatinIME/native/src/
H A Ddefines.h25 #define LOGI(fmt, ...) macro
45 LOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
46 #define PROF_OUTALL do { LOGI("--- %s ---", __FUNCTION__); prof_out(); } while(0)
58 LOGI("Error: You must call PROF_OPEN before PROF_CLOSE.");
60 LOGI("Total time is %6.3f ms.",
69 LOGI("(%d): Used %4.2f%%, %8.4f ms. Called %d times.",
114 LOGI("[ %s ]", charBuf);

Completed in 485 milliseconds