Searched refs:createBlankControl (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
H A DPlatfExternalDevice.h32 IBlankControl* createBlankControl();
H A DPlatfPrimaryDevice.h33 IBlankControl* createBlankControl();
H A DPlatfExternalDevice.cpp43 IBlankControl* PlatfExternalDevice::createBlankControl() function in class:android::intel::PlatfExternalDevice
H A DPlatfPrimaryDevice.cpp42 IBlankControl* PlatfPrimaryDevice::createBlankControl() function in class:android::intel::PlatfPrimaryDevice
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DPrimaryDevice.h41 virtual IBlankControl* createBlankControl() = 0;
H A DPhysicalDevice.h77 virtual IBlankControl* createBlankControl() = 0;
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
H A DPlatFactory.cpp68 virtual IBlankControl* createBlankControl() {return new BlankControl();} function in class:android::intel::PlatDeviceControlFactory
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
H A DPlatFactory.cpp68 virtual IBlankControl* createBlankControl() {return new BlankControl();} function in class:android::intel::PlatDeviceControlFactory
/hardware/intel/img/hwcomposer/merrifield/include/
H A DPhysicalDevice.h38 virtual IBlankControl* createBlankControl() = 0;
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp428 mBlankControl = mControlFactory->createBlankControl();
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp412 mBlankControl = createBlankControl();

Completed in 122 milliseconds