Searched refs:DisplayPlaneManager (Results 1 - 25 of 45) sorted by relevance

12

/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
H A DPlatfHwcomposer.h31 DisplayPlaneManager* createDisplayPlaneManager();
33 IDisplayDevice* createDisplayDevice(int disp, DisplayPlaneManager& dpm);
H A DPlatfExternalDevice.h27 DisplayPlaneManager& dpm);
H A DPlatfPrimaryDevice.h28 DisplayPlaneManager& dpm);
H A DPlatfExternalDevice.cpp27 DisplayPlaneManager& dpm)
H A DPlatfPrimaryDevice.cpp26 DisplayPlaneManager& dpm)
H A DPlatfHwcomposer.cpp42 DisplayPlaneManager* PlatfHwcomposer::createDisplayPlaneManager()
55 DisplayPlaneManager& dpm)
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIPlatFactory.h23 #include <DisplayPlaneManager.h>
36 virtual DisplayPlaneManager* createDisplayPlaneManager() = 0;
H A DDisplayPlaneManager.h57 class DisplayPlaneManager { class in namespace:android::intel
59 DisplayPlaneManager();
60 virtual ~DisplayPlaneManager();
H A DHwcomposer.h27 #include <DisplayPlaneManager.h>
79 DisplayPlaneManager* getPlaneManager();
120 DisplayPlaneManager *mPlaneManager;
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlaneManager.cpp18 #include <DisplayPlaneManager.h>
23 DisplayPlaneManager::DisplayPlaneManager() function in class:android::intel::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
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlaneManager.cpp18 #include <DisplayPlaneManager.h>
23 DisplayPlaneManager::DisplayPlaneManager() function in class:android::intel::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
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.h19 #include <DisplayPlaneManager.h>
25 class AnnPlaneManager : public DisplayPlaneManager {
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngPlaneManager.h19 #include <DisplayPlaneManager.h>
25 class TngPlaneManager : public DisplayPlaneManager {
H A DTngPlaneManager.cpp27 : DisplayPlaneManager()
43 return DisplayPlaneManager::initialize();
48 DisplayPlaneManager::deinitialize();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.h19 #include <DisplayPlaneManager.h>
25 class AnnPlaneManager : public DisplayPlaneManager {
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
H A DPlatFactory.h31 virtual DisplayPlaneManager* createDisplayPlaneManager();
H A DPlatFactory.cpp47 DisplayPlaneManager* PlatFactory::createDisplayPlaneManager()
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
H A DPlatFactory.h31 virtual DisplayPlaneManager* createDisplayPlaneManager();
H A DPlatFactory.cpp48 DisplayPlaneManager* PlatFactory::createDisplayPlaneManager()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DHwcomposer.h27 #include <DisplayPlaneManager.h>
74 DisplayPlaneManager* getPlaneManager();
100 virtual DisplayPlaneManager* createDisplayPlaneManager() = 0;
103 DisplayPlaneManager& dpm) = 0;
109 DisplayPlaneManager *mPlaneManager;
H A DDisplayPlaneManager.h57 class DisplayPlaneManager { class in namespace:android::intel
59 DisplayPlaneManager();
60 virtual ~DisplayPlaneManager();
H A DPrimaryDevice.h32 PrimaryDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm);
H A DPhysicalDevice.h35 PhysicalDevice(uint32_t disp, uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm);
86 DisplayPlaneManager& mDisplayPlaneManager;
H A DExternalDevice.h30 ExternalDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPrimaryDevice.cpp25 PrimaryDevice::PrimaryDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm)

Completed in 181 milliseconds

12