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.cpp39 mActiveInputState(true), in DisplayAnalyzer()
65 mActiveInputState = true; in initialize()
117 if (mActiveInputState) { in handleVideoExtMode()
470 mActiveInputState = true; in handleHotplugEvent()
567 mActiveInputState = true; in handleVideoEvent()
616 if (active == mActiveInputState) { in handleInputEvent()
619 mActiveInputState = active; in handleInputEvent()
634 if (mActiveInputState || !mVideoExtModeEligible) { in handleDpmsEvent()
DDisplayAnalyzer.h126 bool mActiveInputState; variable