Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp41 IdleInvalidator *MDPComp::sIdleInvalidator = NULL; member in qhwc::MDPComp
162 sIdleInvalidator = IdleInvalidator::getInstance(); in init()
163 if(sIdleInvalidator->init(timeout_handler, ctx) < 0) { in init()
164 delete sIdleInvalidator; in init()
165 sIdleInvalidator = NULL; in init()
267 if(sIdleInvalidator) { in setIdleTimeout()
272 sIdleInvalidator->setIdleTimeout(ONE_BILLION_MS); in setIdleTimeout()
276 sIdleInvalidator->setIdleTimeout(timeout); in setIdleTimeout()
2257 if(sIdleInvalidator && !sIdleFallBack && mCurrentFrame.mdpCount) { in draw()
2512 if(sIdleInvalidator && !sIdleFallBack && mCurrentFrame.mdpCount) { in draw()
Dhwc_mdpcomp.h267 static IdleInvalidator *sIdleInvalidator; variable