Home
last modified time | relevance | path

Searched refs:mIsWFDState (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp44 mIsWFDState = 0; in ExynosVirtualDisplay()
118 mIsWFDState = mode; in setWFDMode()
124 return mIsWFDState; in getWFDMode()
159 mIsWFDState = mode; in setSecureVDSMode()
229 ALOGI("validateDisplay() mIsWFDState %d", mIsWFDState); in validateDisplay()
452 if (mIsWFDState == 0) { in checkSkipFrame()
453 DISPLAY_LOGD(eDebugVirtualDisplay, "checkSkipFrame(), mIsWFDState %d", mIsWFDState); in checkSkipFrame()
457 if (mIsWFDState == GOOGLEWFD_TO_LLWFD || mIsWFDState == LLWFD_TO_GOOGLEWFD) { in checkSkipFrame()
458 DISPLAY_LOGD(eDebugVirtualDisplay, "checkSkipFrame(), mIsWFDState %d", mIsWFDState); in checkSkipFrame()
DExynosVirtualDisplay.h133 int mIsWFDState; variable
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1386 (((ExynosVirtualDisplay *)mAssignedDisplay)->mIsWFDState == (int)LLWFD)) { in setupDst()
1541 if (((ExynosVirtualDisplay *)mAssignedDisplay)->mIsWFDState == (int)LLWFD) { in doPostProcessingInternal()
1547 if (((ExynosVirtualDisplay *)mAssignedDisplay)->mIsWFDState != (int)GOOGLEWFD) { in doPostProcessingInternal()