Home
last modified time | relevance | path

Searched refs:mColorMode (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp806 if(ctx->mColorMode->getNumModes() > 0) { in hwc_getDisplayConfigs()
807 *numConfigs = ctx->mColorMode->getNumModes(); in hwc_getDisplayConfigs()
883 values[i] = ctx->mColorMode->getModeForIndex(config); in hwc_getDisplayAttributes()
938 return ctx->mColorMode->getActiveModeIndex(); in hwc_getActiveConfig()
962 return ctx->mColorMode->applyModeByIndex(index); in hwc_setActiveConfig()
Dhwc_utils.cpp423 ctx->mColorMode = new ColorMode(); in initContext()
424 ctx->mColorMode->init(); in initContext()
479 if(ctx->mColorMode) { in closeContext()
480 ctx->mColorMode->destroy(); in closeContext()
481 delete ctx->mColorMode; in closeContext()
482 ctx->mColorMode = NULL; in closeContext()
2518 static int ret = ctx->mColorMode->applyDefaultMode(); in applyDefaultMode()
2530 ret = ctx->mColorMode->applyDefaultMode(); in applyDefaultMode()
Dhwc_qclient.cpp343 int err = ctx->mColorMode->applyModeByID(modeId); in applyModeById()
Dhwc_utils.h687 qhwc::ColorMode *mColorMode; member