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

  /hardware/intel/img/hwcomposer/include/
IDisplayContext.h 24 class HwcLayerList;
34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
PrimaryDevice.h 23 #include <common/base/HwcLayerList.h>
PhysicalDevice.h 23 #include <common/base/HwcLayerList.h>
96 HwcLayerList *mLayerList;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 31 class HwcLayerList {
33 HwcLayerList(hwc_display_contents_1_t *list, int disp);
34 virtual ~HwcLayerList();
HwcLayerList.cpp 18 #include <common/base/HwcLayerList.h>
29 HwcLayerList::HwcLayerList(hwc_display_contents_1_t *list, int disp)
43 HwcLayerList::~HwcLayerList()
48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer)
177 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)
249 bool HwcLayerList::initialize()
352 void HwcLayerList::deinitialize(
    [all...]
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.h 33 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
TngDisplayContext.cpp 21 #include <common/base/HwcLayerList.h>
73 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList)
  /hardware/intel/img/hwcomposer/
Android.mk 35 common/base/HwcLayerList.cpp \
  /hardware/intel/img/hwcomposer/common/devices/
PhysicalDevice.cpp 74 mLayerList = new HwcLayerList(list, mType);

Completed in 69 milliseconds