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

  /system/core/libcutils/
loghack.h 32 #define ALOGI(...) ALOG("I", __VA_ARGS__)
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, 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...]
  /system/core/include/cutils/
log.h 114 #ifndef ALOGI
115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))

Completed in 96 milliseconds