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

  /hardware/intel/img/hwcomposer/platforms/merrifield_plus/
PlatfHwcomposer.h 31 DisplayPlaneManager* createDisplayPlaneManager();
33 IDisplayDevice* createDisplayDevice(int disp, DisplayPlaneManager& dpm);
PlatfExternalDevice.h 27 DisplayPlaneManager& dpm);
PlatfPrimaryDevice.h 28 DisplayPlaneManager& dpm);
PlatfPrimaryDevice.cpp 26 DisplayPlaneManager& dpm)
PlatfExternalDevice.cpp 27 DisplayPlaneManager& dpm)
PlatfHwcomposer.cpp 42 DisplayPlaneManager* PlatfHwcomposer::createDisplayPlaneManager()
55 DisplayPlaneManager& dpm)
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnPlaneManager.h 19 #include <DisplayPlaneManager.h>
25 class AnnPlaneManager : public DisplayPlaneManager {
AnnPlaneManager.cpp 116 : DisplayPlaneManager()
131 return DisplayPlaneManager::initialize();
136 DisplayPlaneManager::deinitialize();
397 return DisplayPlaneManager::getFreePlanes(dsp, type);
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 18 #include <DisplayPlaneManager.h>
23 DisplayPlaneManager::DisplayPlaneManager()
39 DisplayPlaneManager::~DisplayPlaneManager()
44 void DisplayPlaneManager::deinitialize()
63 bool DisplayPlaneManager::initialize()
109 int DisplayPlaneManager::getPlane(uint32_t& mask)
125 void DisplayPlaneManager::putPlane(int index, uint32_t& mask)
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index
    [all...]
  /hardware/intel/img/hwcomposer/include/
Hwcomposer.h 27 #include <DisplayPlaneManager.h>
74 DisplayPlaneManager* getPlaneManager();
100 virtual DisplayPlaneManager* createDisplayPlaneManager() = 0;
103 DisplayPlaneManager& dpm) = 0;
109 DisplayPlaneManager *mPlaneManager;
PrimaryDevice.h 32 PrimaryDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm);
DisplayPlaneManager.h 57 class DisplayPlaneManager {
59 DisplayPlaneManager();
60 virtual ~DisplayPlaneManager();
PhysicalDevice.h 35 PhysicalDevice(uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm);
85 DisplayPlaneManager& mDisplayPlaneManager;
ExternalDevice.h 30 ExternalDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm);
  /hardware/intel/img/hwcomposer/common/devices/
PrimaryDevice.cpp 25 PrimaryDevice::PrimaryDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm)
ExternalDevice.cpp 26 ExternalDevice::ExternalDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm)
PhysicalDevice.cpp 24 PhysicalDevice::PhysicalDevice(uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm)
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 24 #include <DisplayPlaneManager.h>
HwcLayerList.cpp 358 DisplayPlaneManager *planeManager = Hwcomposer::getInstance().getPlaneManager();
393 DisplayPlaneManager *planeManager = Hwcomposer::getInstance().getPlaneManager();
444 DisplayPlaneManager *planeManager = Hwcomposer::getInstance().getPlaneManager();
496 DisplayPlaneManager *planeManager = Hwcomposer::getInstance().getPlaneManager();
619 DisplayPlaneManager *planeManager = Hwcomposer::getInstance().getPlaneManager();
    [all...]
Hwcomposer.cpp 480 DisplayPlaneManager* Hwcomposer::getPlaneManager()
  /hardware/intel/img/hwcomposer/
Android.mk 50 common/planes/DisplayPlaneManager.cpp \
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 116 DisplayPlaneManager *pm = hwc.getPlaneManager();

Completed in 162 milliseconds