Home
last modified time | relevance | path

Searched refs:MAX_DISPLAYS (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h42 #define MAX_DISPLAYS (HWC_NUM_DISPLAY_TYPES) macro
305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];
313 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS];
318 qhwc::DisplayAttributes dpyAttr[MAX_DISPLAYS];
319 qhwc::ListStats listStats[MAX_DISPLAYS];
320 qhwc::LayerProp *layerProp[MAX_DISPLAYS];
321 qhwc::LayerRotMap *mLayerRotMap[MAX_DISPLAYS];
322 qhwc::MDPComp *mMDPComp[MAX_DISPLAYS];
324 overlay::utils::Whf mPrevWHF[MAX_DISPLAYS];
Dhwc.cpp88 for(int i = 0; i < MAX_DISPLAYS; i++) { in reset()
576 for(int dpy = 0; dpy < MAX_DISPLAYS; dpy++) { in hwc_dump()
Dhwc_utils.cpp228 for (uint32_t i = 0; i < MAX_DISPLAYS; i++) { in initContext()
269 for(int i = 0; i < MAX_DISPLAYS; i++) { in closeContext()
286 for(int i = 0; i < MAX_DISPLAYS; i++) { in closeContext()
/hardware/ti/am57x/libhwcomposer/
Dhwc_dev.h47 HWCDisplay* displays[MAX_DISPLAYS];
Ddisplay.h33 #define MAX_DISPLAYS 4 macro
Dhwc.cpp56 if (disp < 0 || disp >= MAX_DISPLAYS || !hwc_dev->displays[disp]) in is_valid_display()
653 for (size_t i = 0; i < MAX_DISPLAYS; i++) in hwc_device_close()