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