Home | History | Annotate | Download | only in api1

Lines Matching refs:gLogLevel

32 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
33 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);