Searched defs:hwc_composer_device_1 (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hwcomposer.h | 485 typedef struct hwc_composer_device_1 { struct 492 struct hw_device_t common; 528 int (*prepare)(struct hwc_composer_device_1 *dev, argument 573 int (*set)(struct hwc_composer_device_1 *dev, argument 589 int (*eventControl)(struct hwc_composer_device_1* dev, int disp, argument 641 int (*query)(struct hwc_composer_device_1* dev, int what, int* value); argument 650 void (*registerProcs)(struct hwc_composer_device_1* dev, argument 690 int (*getDisplayConfigs)(struct hwc_composer_device_1* dev, int disp, argument 725 int (*getActiveConfig)(struct hwc_composer_device_1* dev, int disp); argument 746 int (*setActiveConfig)(struct hwc_composer_device_1* dev, int disp, argument [all …]
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc.cpp | 842 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()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc.cpp | 881 int hwc_getActiveConfig(struct hwc_composer_device_1* /*dev*/, int /*disp*/) { in hwc_getActiveConfig() 886 int hwc_setActiveConfig(struct hwc_composer_device_1* /*dev*/, int /*disp*/, in hwc_setActiveConfig()
|