Home
last modified time | relevance | path

Searched defs:hwc_composer_device_1 (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer.h499 typedef struct hwc_composer_device_1 { struct
506 struct hw_device_t common;
542 int (*prepare)(struct hwc_composer_device_1 *dev, argument
587 int (*set)(struct hwc_composer_device_1 *dev, argument
603 int (*eventControl)(struct hwc_composer_device_1* dev, int disp, argument
621 int (*blank)(struct hwc_composer_device_1* dev, int disp, int blank); argument
655 int (*query)(struct hwc_composer_device_1* dev, int what, int* value); argument
664 void (*registerProcs)(struct hwc_composer_device_1* dev, argument
672 void (*dump)(struct hwc_composer_device_1* dev, char *buff, int buff_len); argument
704 int (*getDisplayConfigs)(struct hwc_composer_device_1* dev, int disp, argument
[all …]
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc.cpp836 int hwc_getActiveConfig(struct hwc_composer_device_1* /*dev*/, int /*disp*/) { in hwc_getActiveConfig()
841 int hwc_setActiveConfig(struct hwc_composer_device_1* /*dev*/, int /*disp*/, in hwc_setActiveConfig()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc.cpp842 int hwc_getActiveConfig(struct hwc_composer_device_1* /*dev*/, int /*disp*/) { in hwc_getActiveConfig()
847 int hwc_setActiveConfig(struct hwc_composer_device_1* /*dev*/, int /*disp*/, in hwc_setActiveConfig()
/hardware/intel/img/hwcomposer/common/base/
DHwcModule.cpp94 static int hwc_query(struct hwc_composer_device_1 * /* dev */, in hwc_query()