Searched defs:sPerfHintWindow (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h283 static int sPerfHintWindow; member in class:qhwc::MDPComp
H A Dhwc_mdpcomp.cpp59 int MDPComp::sPerfHintWindow = -1; member in class:qhwc::MDPComp
208 sPerfHintWindow = val;
209 ALOGI("PerfHintWindow = %d", sPerfHintWindow);
3036 if ((sPerfHintWindow < 0) || mDpy || !sLibPerfHint) {
3039 static int count = sPerfHintWindow;
3055 count = sPerfHintWindow;

Completed in 11 milliseconds