Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/express/libexpresscatalog-utils/include/
Dexpresscatalog-utils.h22 #define LOGI(...) \ macro
58 LOGI("%s took to complete %lld microseconds\n", mName.c_str(), duration.count()); in ~ExecutionMeasure()
/frameworks/av/media/libaaudio/tests/
Dtest_steal_exclusive.cpp66 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
318 LOGI("%s() called", __func__); in s_myRestartStreamProc()
328 LOGI("%s() called", __func__); in s_myErrorCallbackProc()
495 LOGI("Both streams running. Ask user to plug in headset. ===="); in main()
/frameworks/base/media/mca/filterpacks/native/imageproc/
Dcontrast.c21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__) macro
Dbrightness.c21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__) macro
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro