Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_steal_exclusive.cpp66 #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/
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
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp43 #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()