Home | History | Annotate | Download | only in libhwc

Lines Matching refs:disp

1827 static int exynos5_blank(struct hwc_composer_device_1 *dev, int disp, int blank)
1832 switch (disp) {
1913 int disp, uint32_t *configs, size_t *numConfigs)
1921 if (disp == HWC_DISPLAY_PRIMARY) {
1925 } else if (disp == HWC_DISPLAY_EXTERNAL) {
1992 int disp, uint32_t config, const uint32_t *attributes, int32_t *values)
1998 if (disp == HWC_DISPLAY_PRIMARY)
2000 else if (disp == HWC_DISPLAY_EXTERNAL)
2003 ALOGE("unknown display type %u", disp);