Home
last modified time | relevance | path

Searched refs:mExtDisplay (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp86 ctx->mExtDisplay->setExtDpyNum(dpy); in handle_uevent()
111 ctx->mExtDisplay->processUEventOffline(udata); in handle_uevent()
137 ctx->mExtDisplay->processUEventOnline(udata); in handle_uevent()
Dhwc_utils.cpp226 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
281 if(ctx->mExtDisplay) { in closeContext()
282 delete ctx->mExtDisplay; in closeContext()
283 ctx->mExtDisplay = NULL; in closeContext()
317 if(ctx->mExtDisplay->isCEUnderscanSupported()) in getActionSafePosition()
Dhwc_utils.h315 qhwc::ExternalDisplay *mExtDisplay; member
Dhwc.cpp313 ctx->mExtDisplay->setHPD(1); in hwc_blank()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_uevents.cpp195 ctx->mExtDisplay->teardown(); in handle_uevent()
256 ctx->mExtDisplay->configure(); in handle_uevent()
Dhwc_utils.cpp221 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
334 if(ctx->mExtDisplay) { in closeContext()
335 delete ctx->mExtDisplay; in closeContext()
336 ctx->mExtDisplay = NULL; in closeContext()
408 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
540 ctx->mExtDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
621 ctx->mExtDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
1000 ctx->mExtDisplay->isCEUnderscanSupported()) { in isActionSafePresent()
Dhwc_utils.h544 qhwc::ExternalDisplay *mExtDisplay; member
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_uevents.cpp186 ctx->mExtDisplay->teardown(); in handle_uevent()
248 ctx->mExtDisplay->configure(); in handle_uevent()
Dhwc_utils.cpp214 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
316 if(ctx->mExtDisplay) { in closeContext()
317 delete ctx->mExtDisplay; in closeContext()
318 ctx->mExtDisplay = NULL; in closeContext()
393 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
553 ctx->mExtDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
634 ctx->mExtDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
1013 ctx->mExtDisplay->isCEUnderscanSupported()) { in isActionSafePresent()
Dhwc_utils.h511 qhwc::ExternalDisplay *mExtDisplay; member
Dhwc.cpp478 ctx->mExtDisplay->setHPD(1); in hwc_setPowerMode()