Home | History | Annotate | Download | only in libhwc

Lines Matching refs:disp

1832 static int exynos5_blank(struct hwc_composer_device_1 *dev, int disp, int blank)
1837 switch (disp) {
1918 int disp, uint32_t *configs, size_t *numConfigs)
1926 if (disp == HWC_DISPLAY_PRIMARY) {
1930 } else if (disp == HWC_DISPLAY_EXTERNAL) {
1997 int disp, uint32_t config, const uint32_t *attributes, int32_t *values)
2003 if (disp == HWC_DISPLAY_PRIMARY)
2005 else if (disp == HWC_DISPLAY_EXTERNAL)
2008 ALOGE("unknown display type %u", disp);