Home
last modified time | relevance | path

Searched refs:dpm (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/img/hwcomposer/platforms/merrifield_plus/
DPlatfHwcomposer.cpp55 DisplayPlaneManager& dpm) in createDisplayDevice() argument
62 return new PlatfExternalDevice(*this, dpm); in createDisplayDevice()
64 return new PlatfPrimaryDevice(*this, dpm); in createDisplayDevice()
71 return new PlatfExternalDevice(*this, dpm); in createDisplayDevice()
DPlatfPrimaryDevice.cpp26 DisplayPlaneManager& dpm) in PlatfPrimaryDevice() argument
27 : PrimaryDevice(hwc, dpm) in PlatfPrimaryDevice()
DPlatfExternalDevice.cpp27 DisplayPlaneManager& dpm) in PlatfExternalDevice() argument
28 : ExternalDevice(hwc, dpm) in PlatfExternalDevice()
DPlatfPrimaryDevice.h28 DisplayPlaneManager& dpm);
DPlatfExternalDevice.h27 DisplayPlaneManager& dpm);
DPlatfHwcomposer.h33 IDisplayDevice* createDisplayDevice(int disp, DisplayPlaneManager& dpm);
/hardware/intel/img/hwcomposer/common/devices/
DPrimaryDevice.cpp25 PrimaryDevice::PrimaryDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm) in PrimaryDevice() argument
26 : PhysicalDevice(DEVICE_PRIMARY, hwc, dpm) in PrimaryDevice()
DExternalDevice.cpp26 ExternalDevice::ExternalDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm) in ExternalDevice() argument
27 : PhysicalDevice(DEVICE_EXTERNAL, hwc, dpm), in ExternalDevice()
DPhysicalDevice.cpp24 PhysicalDevice::PhysicalDevice(uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm) in PhysicalDevice() argument
27 mDisplayPlaneManager(dpm), in PhysicalDevice()
/hardware/intel/img/hwcomposer/include/
DPrimaryDevice.h32 PrimaryDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm);
DExternalDevice.h30 ExternalDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm);
DPhysicalDevice.h35 PhysicalDevice(uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm);
DHwcomposer.h103 DisplayPlaneManager& dpm) = 0;