Home
last modified time | relevance | path

Searched refs:hwc (Results 1 – 25 of 28) sorted by relevance

12

/hardware/intel/img/hwcomposer/common/base/
DHwcModule.cpp30 Hwcomposer *hwc = static_cast<Hwcomposer*>(dev); \
32 if (!hwc) { \
52 if (!hwc->prepare(numDisplays, displays)) { in hwc_prepare()
65 if (!hwc->commit(numDisplays, displays)) { in hwc_set()
77 hwc->dump(buff, buff_len, 0); in hwc_dump()
84 hwc->registerProcs(procs); in hwc_registerProcs()
113 ret = hwc->vsyncControl(disp, enabled); in hwc_eventControl()
131 bool ret = hwc->blank(disp, blank); in hwc_blank()
147 bool ret = hwc->getDisplayConfigs(disp, configs, numConfigs); in hwc_getDisplayConfigs()
164 bool ret = hwc->getDisplayAttributes(disp, config, attributes, values); in hwc_getDisplayAttributes()
[all …]
/hardware/libhardware/tests/hwc/
Dcnativewindow.c59 hwc_composer_device_1_t *hwc; member
181 hwc_composer_device_1_t *hwc = win->hwc; in hwc_post() local
203 r = hwc->prepare(hwc, HWC_NUM_PHYSICAL_DISPLAY_TYPES, win->dclist); in hwc_post()
213 r = hwc->set(hwc, HWC_NUM_PHYSICAL_DISPLAY_TYPES, win->dclist); in hwc_post()
376 hwc_composer_device_1_t *hwc; in hwc_init() local
388 if (hwc_open_1(module, &hwc)) { in hwc_init()
392 win->hwc = hwc; in hwc_init()
394 LOG("hwc version 0x%08x\n", hwc->common.version); in hwc_init()
396 if ((hwc->common.version & 0xFFFF0000) < 0x01010000) { in hwc_init()
398 hwc_close_1(hwc); in hwc_init()
[all …]
DAndroid.mk9 LOCAL_MODULE := hwc-test-arrows
/hardware/intel/img/hwcomposer/platforms/merrifield_plus/
DPlatfPrimaryDevice.cpp25 PlatfPrimaryDevice::PlatfPrimaryDevice(Hwcomposer& hwc, in PlatfPrimaryDevice() argument
27 : PrimaryDevice(hwc, dpm) in PlatfPrimaryDevice()
DPlatfExternalDevice.cpp26 PlatfExternalDevice::PlatfExternalDevice(Hwcomposer& hwc, in PlatfExternalDevice() argument
28 : ExternalDevice(hwc, dpm) in PlatfExternalDevice()
DPlatfPrimaryDevice.h27 PlatfPrimaryDevice(Hwcomposer& hwc,
DPlatfExternalDevice.h26 PlatfExternalDevice(Hwcomposer& hwc,
/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()
DDummyDevice.cpp24 DummyDevice::DummyDevice(uint32_t type, Hwcomposer& hwc) in DummyDevice() argument
29 mHwc(hwc), in DummyDevice()
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
26 mHwc(hwc), in PhysicalDevice()
/hardware/ti/omap4-aah/domx/omx_proxy_component/
DAndroid.mk15 $(HARDWARE_TI_OMAP4_BASE)/hwc/
115 $(HARDWARE_TI_OMAP4_BASE)/hwc \
150 $(HARDWARE_TI_OMAP4_BASE)/hwc \
185 $(HARDWARE_TI_OMAP4_BASE)/hwc/
/hardware/ti/omap4xxx/domx/omx_proxy_component/
DAndroid.mk15 $(HARDWARE_TI_OMAP4_BASE)/hwc/
105 $(LOCAL_PATH)/../../hwc \
141 $(LOCAL_PATH)/../../hwc \
176 $(HARDWARE_TI_OMAP4_BASE)/hwc/
/hardware/qcom/msm8x26/
Dmsm8x26.mk23 PRODUCT_PROPERTY_OVERRIDES += persist.hwc.mdpcomp.enable=true
/hardware/ti/omap4xxx/camera/
DAndroid.mk57 $(LOCAL_PATH)/../hwc \
111 $(LOCAL_PATH)/../hwc \
/hardware/intel/img/hwcomposer/include/
DPrimaryDevice.h32 PrimaryDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm);
DExternalDevice.h30 ExternalDevice(Hwcomposer& hwc, DisplayPlaneManager& dpm);
DDummyDevice.h29 DummyDevice(uint32_t type, Hwcomposer& hwc);
DPhysicalDevice.h35 PhysicalDevice(uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm);
/hardware/ti/omap4xxx/hwc/
DAndroid.mk11 LOCAL_SRC_FILES := hwc.c
/hardware/ti/omap4-aah/hwc/
DAndroid.mk12 LOCAL_SRC_FILES := hwc.c rgz_2d.c
Drgz_2d.h60 struct rgz_in_hwc hwc; member
/hardware/ti/omap4xxx/domx/domx/
DAndroid.mk17 $(HARDWARE_TI_OMAP4_BASE)/hwc/ \
/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayContext.cpp115 Hwcomposer& hwc = Hwcomposer::getInstance(); in commitContents() local
116 DisplayPlaneManager *pm = hwc.getPlaneManager(); in commitContents()
/hardware/ti/omap4-aah/domx/domx/
DAndroid.mk19 $(HARDWARE_TI_OMAP4_BASE)/hwc/ \

12