/hardware/intel/img/hwcomposer/merrifield/include/ |
H A D | IDisplayContext.h | 24 class HwcLayerList; 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
|
H A D | PrimaryDevice.h | 23 #include <HwcLayerList.h>
|
H A D | PhysicalDevice.h | 24 #include <HwcLayerList.h> 109 HwcLayerList *mLayerList;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
H A D | IDisplayContext.h | 24 class HwcLayerList; 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
|
H A D | PrimaryDevice.h | 23 #include <common/base/HwcLayerList.h>
|
H A D | PhysicalDevice.h | 23 #include <common/base/HwcLayerList.h> 97 HwcLayerList *mLayerList;
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
H A D | HwcLayerList.cpp | 18 #include <HwcLayerList.h> 28 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) function in class:android::intel::HwcLayerList 44 HwcLayerList::~HwcLayerList() 49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) 116 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) 203 bool HwcLayerList::initialize() 285 void HwcLayerList::deinitialize() 314 bool HwcLayerList [all...] |
H A D | HwcLayerList.h | 31 class HwcLayerList { class in namespace:android::intel 33 HwcLayerList(hwc_display_contents_1_t *list, int disp); 34 virtual ~HwcLayerList();
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
H A D | HwcLayerList.cpp | 18 #include <common/base/HwcLayerList.h> 29 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp) function in class:android::intel::HwcLayerList 43 HwcLayerList::~HwcLayerList() 48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) 115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer) 175 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) 246 bool HwcLayerList::initialize() 358 void HwcLayerList [all...] |
H A D | HwcLayerList.h | 31 class HwcLayerList { class in namespace:android::intel 33 HwcLayerList(hwc_display_contents_1_t *list, int disp); 34 virtual ~HwcLayerList();
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
H A D | TngDisplayContext.h | 47 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
|
H A D | TngDisplayContext.cpp | 21 #include <HwcLayerList.h> 72 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList)
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
H A D | TngDisplayContext.h | 47 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
|
H A D | TngDisplayContext.cpp | 21 #include <common/base/HwcLayerList.h> 72 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList)
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ |
H A D | Android.mk | 40 common/base/HwcLayerList.cpp \
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
H A D | Android.mk | 32 ../../common/base/HwcLayerList.cpp \
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/ |
H A D | Android.mk | 32 ../../common/base/HwcLayerList.cpp \
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
H A D | PhysicalDevice.cpp | 76 mLayerList = new HwcLayerList(list, mType);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
H A D | PhysicalDevice.cpp | 75 mLayerList = new HwcLayerList(list, mType);
|