HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DISPLAYS (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/libhwcomposer/
hwc_utils.h 43 #define MAX_DISPLAYS (HWC_NUM_DISPLAY_TYPES+1)
306 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];
314 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS];
319 qhwc::DisplayAttributes dpyAttr[MAX_DISPLAYS];
320 qhwc::ListStats listStats[MAX_DISPLAYS];
321 qhwc::LayerProp *layerProp[MAX_DISPLAYS];
322 qhwc::LayerRotMap *mLayerRotMap[MAX_DISPLAYS];
323 qhwc::MDPComp *mMDPComp[MAX_DISPLAYS];
hwc.cpp 89 for(int i = 0; i < MAX_DISPLAYS; i++) {
576 for(int dpy = 0; dpy < MAX_DISPLAYS; dpy++) {
hwc_utils.cpp 229 for (uint32_t i = 0; i < MAX_DISPLAYS; i++) {
270 for(int i = 0; i < MAX_DISPLAYS; i++) {
287 for(int i = 0; i < MAX_DISPLAYS; i++) {
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 66 MAX_DISPLAYS = HWC_NUM_DISPLAY_TYPES + 1
77 // returns a display ID starting at MAX_DISPLAYS, this ID
85 // IDs below MAX_DISPLAYS are not recycled
335 struct hwc_display_contents_1* mLists[MAX_DISPLAYS];
336 DisplayData mDisplayData[MAX_DISPLAYS];
HWComposer.cpp 101 for (size_t i =0 ; i<MAX_DISPLAYS ; i++) {
161 mNumDisplays = MAX_DISPLAYS;
    [all...]
  /external/openssh/
channels.c 139 #define MAX_DISPLAYS 1000
    [all...]

Completed in 636 milliseconds