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

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

Completed in 6985 milliseconds