Searched defs:sIdleInvalidator (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.h265 static IdleInvalidator *sIdleInvalidator; member in class:qhwc::MDPComp
H A Dhwc_mdpcomp.cpp40 IdleInvalidator *MDPComp::sIdleInvalidator = NULL; member in class:qhwc::MDPComp
142 sIdleInvalidator = IdleInvalidator::getInstance();
143 if(sIdleInvalidator->init(timeout_handler, ctx) < 0) {
144 delete sIdleInvalidator;
145 sIdleInvalidator = NULL;
243 if(sIdleInvalidator) {
248 sIdleInvalidator->setIdleTimeout(ONE_BILLION_MS);
252 sIdleInvalidator->setIdleTimeout(timeout);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h267 static IdleInvalidator *sIdleInvalidator; member in class:qhwc::MDPComp
H A Dhwc_mdpcomp.cpp41 IdleInvalidator *MDPComp::sIdleInvalidator = NULL; member in class:qhwc::MDPComp
162 sIdleInvalidator = IdleInvalidator::getInstance();
163 if(sIdleInvalidator->init(timeout_handler, ctx) < 0) {
164 delete sIdleInvalidator;
165 sIdleInvalidator = NULL;
267 if(sIdleInvalidator) {
272 sIdleInvalidator->setIdleTimeout(ONE_BILLION_MS);
276 sIdleInvalidator->setIdleTimeout(timeout);
2257 if(sIdleInvalidator && !sIdleFallBack && mCurrentFrame.mdpCount) {
2512 if(sIdleInvalidator
[all...]

Completed in 2149 milliseconds