Searched refs:LOGI (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libaaudio/tests/ |
D | test_steal_exclusive.cpp | 66 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro 304 LOGI("%s() called", __func__); in s_myRestartStreamProc() 314 LOGI("%s() called", __func__); in s_myErrorCallbackProc() 444 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
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 43 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro 262 LOGI("Received SET_REPORT: id=%" PRIu32 " rnum=%" PRIu8 " data=%s", set_report.id, in handleEvents() 273 LOGI("Unhandled event type: %" PRIu32, ev.type); in handleEvents()
|