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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h65 MAX_DISPLAYS = HWC_NUM_DISPLAY_TYPES + 1 enumerator in enum:android::HWComposer::__anon1524
76 // returns a display ID starting at MAX_DISPLAYS, this ID
84 // IDs below MAX_DISPLAYS are not recycled
317 struct hwc_display_contents_1* mLists[MAX_DISPLAYS];
318 DisplayData mDisplayData[MAX_DISPLAYS];
H A DHWComposer.cpp102 for (size_t i =0 ; i<MAX_DISPLAYS ; i++) {
161 mNumDisplays = MAX_DISPLAYS;

Completed in 81 milliseconds