Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:disp

489 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp,
495 switch(disp) {
517 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp,
522 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
542 values[i] = ctx->dpyAttr[disp].vsync_period;
545 values[i] = ctx->dpyAttr[disp].xres;
546 ALOGD("%s disp = %d, width = %d",__FUNCTION__, disp,
547 ctx->dpyAttr[disp].xres);
550 values[i] = ctx->dpyAttr[disp].yres;
551 ALOGD("%s disp = %d, height = %d",__FUNCTION__, disp,
552 ctx->dpyAttr[disp].yres);
555 values[i] = (int32_t) (ctx->dpyAttr[disp].xdpi*1000.0);
558 values[i] = (int32_t) (ctx->dpyAttr[disp].ydpi*1000.0);