Home
last modified time | relevance | path

Searched defs:ALOGI (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dloghack.h32 #define ALOGI(...) ALOG("I", __VA_ARGS__) macro
/system/core/include/log/
Dlog.h115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro