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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h67 NUM_BUILTIN_DISPLAYS = HWC_NUM_PHYSICAL_DISPLAY_TYPES, enumerator in enum:android::HWComposer::__anon1563
83 // IDs below NUM_BUILTIN_DISPLAYS are pre-defined and therefore are
89 // IDs below NUM_BUILTIN_DISPLAYS are not recycled.
H A DHWComposer.cpp128 for (size_t i=0 ; i<NUM_BUILTIN_DISPLAYS ; i++) {
160 mNumDisplays = NUM_BUILTIN_DISPLAYS;
188 for (size_t i =0 ; i<NUM_BUILTIN_DISPLAYS ; i++) {
420 if (id < NUM_BUILTIN_DISPLAYS) {

Completed in 274 milliseconds