Searched refs:dpm (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/ |
D | PlatfHwcomposer.cpp | 55 DisplayPlaneManager& dpm) in createDisplayDevice() argument 62 return new PlatfExternalDevice((uint32_t)disp, *this, dpm); in createDisplayDevice() 64 return new PlatfPrimaryDevice((uint32_t)disp, *this, dpm); in createDisplayDevice() 71 return new PlatfExternalDevice((uint32_t)disp, *this, dpm); in createDisplayDevice()
|
D | PlatfPrimaryDevice.cpp | 26 DisplayPlaneManager& dpm) in PlatfPrimaryDevice() argument 27 : PrimaryDevice(disp, hwc, dpm) in PlatfPrimaryDevice()
|
D | PlatfExternalDevice.cpp | 27 DisplayPlaneManager& dpm) in PlatfExternalDevice() argument 28 : ExternalDevice(disp, hwc, dpm) in PlatfExternalDevice()
|
D | PlatfPrimaryDevice.h | 28 DisplayPlaneManager& dpm);
|
D | PlatfHwcomposer.h | 33 IDisplayDevice* createDisplayDevice(int disp, DisplayPlaneManager& dpm);
|
D | PlatfExternalDevice.h | 27 DisplayPlaneManager& dpm);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
D | PrimaryDevice.cpp | 25 PrimaryDevice::PrimaryDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm) in PrimaryDevice() argument 26 : PhysicalDevice(disp, DEVICE_PRIMARY, hwc, dpm) in PrimaryDevice()
|
D | ExternalDevice.cpp | 26 ExternalDevice::ExternalDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm) in ExternalDevice() argument 27 : PhysicalDevice(disp, DEVICE_EXTERNAL, hwc, dpm), in ExternalDevice()
|
D | PhysicalDevice.cpp | 24 …icalDevice::PhysicalDevice(uint32_t disp, uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm) in PhysicalDevice() argument 28 mDisplayPlaneManager(dpm), in PhysicalDevice()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | PrimaryDevice.h | 32 PrimaryDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm);
|
D | ExternalDevice.h | 30 ExternalDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm);
|
D | PhysicalDevice.h | 35 PhysicalDevice(uint32_t disp, uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm);
|
D | Hwcomposer.h | 103 DisplayPlaneManager& dpm) = 0;
|