Home
last modified time | relevance | path

Searched refs:mActiveInputState (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp41 mActiveInputState(true), in DisplayAnalyzer()
67 mActiveInputState = true; in initialize()
119 if (mActiveInputState) { in handleVideoExtMode()
479 mActiveInputState = true; in handleHotplugEvent()
576 mActiveInputState = true; in handleVideoEvent()
625 if (active == mActiveInputState) { in handleInputEvent()
628 mActiveInputState = active; in handleInputEvent()
643 if (mActiveInputState || !mVideoExtModeEligible) { in handleDpmsEvent()
DDisplayAnalyzer.h126 bool mActiveInputState; variable