Home
last modified time | relevance | path

Searched refs:debugFlag (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/
DExynosHWCDebug.h74 #define ALOGD_AND_ATRACE_NAME(debugFlag, fmt, ...) argument
76 #define ALOGD_AND_ATRACE_NAME(debugFlag, fmt, ...) \ argument
77 if (hwcCheckDebugMessages(debugFlag) || CC_UNLIKELY(ATRACE_ENABLED())) { \
187 #define DISPLAY_LOGD_AND_ATRACE_NAME(debugFlag, fmt, ...) \ argument
188 if (hwcCheckDebugMessages(debugFlag) || CC_UNLIKELY(ATRACE_ENABLED())) { \
191 DISPLAY_LOGD(debugFlag, "%s", log.c_str()); \
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DIExynosHWC.cpp739 int debugFlag = getHWCDebug(); in onTransact() local
740 reply->writeInt32(debugFlag); in onTransact()