Searched refs:LOGI (Results 1 – 5 of 5) sorted by relevance
/frameworks/proto_logging/stats/express/libexpresscatalog-utils/include/ |
D | expresscatalog-utils.h | 22 #define LOGI(...) \ macro 58 LOGI("%s took to complete %lld microseconds\n", mName.c_str(), duration.count()); in ~ExecutionMeasure()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_steal_exclusive.cpp | 66 #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/ |
D | contrast.c | 21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__) macro
|
D | brightness.c | 21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__) macro
|
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
|