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

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_uevents.cpp 47 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
139 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
184 ctx->mHDMIDisplay->configure();
185 ctx->mHDMIDisplay->activateDisplay();
hwc_utils.cpp 149 if (ioctl(ctx->mHDMIDisplay->getFd(), FBIOGET_VSCREENINFO, &info) == -1) {
155 ctx->dpyAttr[dpy].fd = ctx->mHDMIDisplay->getFd();
156 ctx->dpyAttr[dpy].xres = ctx->mHDMIDisplay->getWidth();
157 ctx->dpyAttr[dpy].yres = ctx->mHDMIDisplay->getHeight();
158 ctx->dpyAttr[dpy].mMDPScalingMode = ctx->mHDMIDisplay->getMDPScalingMode();
159 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
295 ctx->mHDMIDisplay = new HDMIDisplay();
303 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
304 int connected = ctx->mHDMIDisplay->getConnectedState();
306 ctx->mHDMIDisplay->configure()
    [all...]
hwc.cpp 271 ctx->mHDMIDisplay->isHDMIPrimaryDisplay())
282 int cableConnected = ctx->mHDMIDisplay->getConnectedState();
286 ctx->mHDMIDisplay->activateDisplay();
481 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
503 ctx->mHDMIDisplay->setHPD(1);
    [all...]
hwc_vsync.cpp 77 if (!ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
hwc_utils.h 603 qhwc::HDMIDisplay *mHDMIDisplay;
  /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()));
290 ctx->mHDMIDisplay->isHDMIPrimaryDisplay())
300 int cableConnected = ctx->mHDMIDisplay->getConnectedState();
304 ctx->mHDMIDisplay->activateDisplay();
490 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
512 ctx->mHDMIDisplay->setHPD(1);
804 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs);
818 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs);
845 ret = ctx->mHDMIDisplay->getAttrForConfig(config, xres, yres, refresh);
    [all...]
hwc_utils.cpp 127 ctx->dpyAttr[dpy].fd = ctx->mHDMIDisplay->getFd();
128 ctx->dpyAttr[dpy].xres = ctx->mHDMIDisplay->getWidth();
129 ctx->dpyAttr[dpy].yres = ctx->mHDMIDisplay->getHeight();
130 ctx->dpyAttr[dpy].mMDPScalingMode = ctx->mHDMIDisplay->getMDPScalingMode();
131 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
271 ctx->mHDMIDisplay = new HDMIDisplay();
279 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
280 int connected = ctx->mHDMIDisplay->getConnectedState();
282 ctx->mHDMIDisplay->configure();
296 ctx->mHDMIDisplay->setPrimaryAttributes(priW, priH)
    [all...]
hwc_vsync.cpp 77 if (!ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) {
hwc_utils.h 620 qhwc::HDMIDisplay *mHDMIDisplay;

Completed in 5391 milliseconds