HomeSort by relevance Sort by last modified time
    Searched defs:ALOGI (Results 1 - 18 of 18) sorted by null

  /libnativehelper/
ALog-priv.h 54 #ifndef ALOGI
55 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /system/core/libcutils/
loghack.h 32 #define ALOGI(...) ALOG("I", __VA_ARGS__)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /frameworks/ex/framesequence/jni/utils/
log.h 93 #ifndef ALOGI
94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__)
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
319 ALOGI("Starting TEST_CORRECT");
333 ALOGI("Starting TEST_NO_RELEASE_CURRENT");
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 667 #ifndef ALOGI
668 #define ALOGI LOGI
679 ALOGI("%s", msg);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 667 #ifndef ALOGI
668 #define ALOGI LOGI
679 ALOGI("%s", msg);
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 35 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__)
91 ALOGI("track %d format: %s", i, s);
247 ALOGI("track %d format: %s", i, s);
377 ALOGI("@@@@ native window: %p", window);
397 ALOGI("track %d format: %s", i, s);
475 ALOGI("input tracks: %d", numtracks);
479 ALOGI("track %d format: %s", i, s);
486 ALOGI("track %d -> %d format %s", i, tidx, s);
589 ALOGI("null pssh");
593 ALOGI("pssh has %zd entries", info->numentries)
    [all...]
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 118 #ifndef ALOGI
119 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 45 #define ALOGI(...) fprintf(stdout, __VA_ARGS__)
alsa_pcm.c 27 #define ALOGI(...) fprintf(stdout, __VA_ARGS__)
alsa_ucm.c 40 #define ALOGI(...) fprintf(stdout, __VA_ARGS__)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 61 #ifdef ALOGI
62 #undef ALOGI
63 #define ALOGI(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.h 61 #ifdef ALOGI
62 #undef ALOGI
63 #define ALOGI(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)
  /system/core/include/log/
log.h 114 #ifndef ALOGI
115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 64 #ifdef ALOGI
65 #undef ALOGI
66 #define ALOGI(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)

Completed in 1273 milliseconds