/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.cpp | 29 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) in HwcLayerList() function in android::intel::HwcLayerList 43 HwcLayerList::~HwcLayerList() in ~HwcLayerList() 48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported() 115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer) in checkRgbOverlaySupported() 175 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported() 246 bool HwcLayerList::initialize() in initialize() 353 void HwcLayerList::deinitialize() in deinitialize() 382 bool HwcLayerList::allocatePlanes() in allocatePlanes() 387 bool HwcLayerList::assignCursorPlanes() in assignCursorPlanes() 420 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber) in assignCursorPlanes() [all …]
|
D | HwcLayerList.h | 31 class HwcLayerList { 33 HwcLayerList(hwc_display_contents_1_t *list, int disp); 34 virtual ~HwcLayerList();
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayerList.cpp | 28 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) in HwcLayerList() function in android::intel::HwcLayerList 44 HwcLayerList::~HwcLayerList() in ~HwcLayerList() 49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported() 116 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported() 203 bool HwcLayerList::initialize() in initialize() 285 void HwcLayerList::deinitialize() in deinitialize() 314 bool HwcLayerList::allocatePlanes() in allocatePlanes() 319 bool HwcLayerList::assignCursorPlanes() in assignCursorPlanes() 351 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber) in assignCursorPlanes() 369 bool HwcLayerList::assignOverlayPlanes() in assignOverlayPlanes() [all …]
|
D | HwcLayerList.h | 31 class HwcLayerList { 33 HwcLayerList(hwc_display_contents_1_t *list, int disp); 34 virtual ~HwcLayerList();
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | IDisplayContext.h | 24 class HwcLayerList; variable 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
|
D | PhysicalDevice.h | 109 HwcLayerList *mLayerList;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | IDisplayContext.h | 24 class HwcLayerList; variable 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
|
D | PhysicalDevice.h | 97 HwcLayerList *mLayerList;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngDisplayContext.h | 47 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
|
D | TngDisplayContext.cpp | 72 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngDisplayContext.h | 47 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
|
D | TngDisplayContext.cpp | 72 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ |
D | Android.mk | 38 common/base/HwcLayerList.cpp \
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
D | Android.mk | 29 ../../common/base/HwcLayerList.cpp \
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/ |
D | Android.mk | 29 ../../common/base/HwcLayerList.cpp \
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
D | PhysicalDevice.cpp | 75 mLayerList = new HwcLayerList(list, mType); in onGeometryChanged()
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | PhysicalDevice.cpp | 76 mLayerList = new HwcLayerList(list, mType); in onGeometryChanged()
|