Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp129 for (size_t i=0 ; i<NUM_BUILTIN_DISPLAYS ; i++) { in HWComposer()
161 mNumDisplays = NUM_BUILTIN_DISPLAYS; in HWComposer()
184 for (size_t i =0 ; i<NUM_BUILTIN_DISPLAYS ; i++) { in HWComposer()
436 if (id < NUM_BUILTIN_DISPLAYS) { in freeDisplayId()
DHWComposer.h68 NUM_BUILTIN_DISPLAYS = HWC_NUM_PHYSICAL_DISPLAY_TYPES, enumerator