Searched refs:DISPLAY_COUNT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp63 #define DISPLAY_COUNT 1 macro
281 LOGE_IF(uint32_t(dpy) >= DISPLAY_COUNT, "Invalid DisplayID %d", dpy);
1149 if (UNLIKELY(uint32_t(dpy) >= DISPLAY_COUNT))
1163 if (UNLIKELY(uint32_t(dpy) >= DISPLAY_COUNT))
1178 if (UNLIKELY(uint32_t(dpy) >= DISPLAY_COUNT))

Completed in 31 milliseconds