Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:disp

585 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp,
591 switch(disp) {
613 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp,
618 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
638 values[i] = ctx->dpyAttr[disp].vsync_period;
641 values[i] = ctx->dpyAttr[disp].xres;
642 ALOGD("%s disp = %d, width = %d",__FUNCTION__, disp,
643 ctx->dpyAttr[disp].xres);
646 values[i] = ctx->dpyAttr[disp].yres;
647 ALOGD("%s disp = %d, height = %d",__FUNCTION__, disp,
648 ctx->dpyAttr[disp].yres);
651 values[i] = (int32_t) (ctx->dpyAttr[disp].xdpi*1000.0);
654 values[i] = (int32_t) (ctx->dpyAttr[disp].ydpi*1000.0);