HomeSort by relevance Sort by last modified time
    Searched refs:mHDMIDisplay (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_uevents.cpp 47 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
139 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
184 ctx->mHDMIDisplay->configure();
185 ctx->mHDMIDisplay->activateDisplay();
hwc.cpp 194 ctx->mHDMIDisplay->isHDMIPrimaryDisplay()));
260 ctx->mHDMIDisplay->isHDMIPrimaryDisplay())
270 int cableConnected = ctx->mHDMIDisplay->getConnectedState();
274 ctx->mHDMIDisplay->activateDisplay();
460 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
482 ctx->mHDMIDisplay->setHPD(1);
767 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs);
774 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs);
817 ret = ctx->mHDMIDisplay->getAttrForConfig(config, xres, yres, refresh);
915 return ctx->mHDMIDisplay->getActiveConfig()
    [all...]
hwc_utils.cpp 126 ctx->dpyAttr[dpy].fd = ctx->mHDMIDisplay->getFd();
127 ctx->dpyAttr[dpy].xres = ctx->mHDMIDisplay->getWidth();
128 ctx->dpyAttr[dpy].yres = ctx->mHDMIDisplay->getHeight();
129 ctx->dpyAttr[dpy].mMDPScalingMode = ctx->mHDMIDisplay->getMDPScalingMode();
130 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
270 ctx->mHDMIDisplay = new HDMIDisplay();
278 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
279 int connected = ctx->mHDMIDisplay->getConnectedState();
281 ctx->mHDMIDisplay->configure();
295 ctx->mHDMIDisplay->setPrimaryAttributes(priW, priH)
    [all...]
hwc_vsync.cpp 77 if (!ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
hwc_utils.h 580 qhwc::HDMIDisplay *mHDMIDisplay;

Completed in 391 milliseconds