Home
last modified time | relevance | path

Searched refs:sDebugLogs (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_mdpcomp.h59 static void dynamicDebug(bool enable){ sDebugLogs = enable; } in dynamicDebug()
212 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug()
261 static bool sDebugLogs; variable
Dhwc_mdpcomp.cpp42 bool MDPComp::sDebugLogs = false; member in qhwc::MDPComp
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.h59 static void dynamicDebug(bool enable){ sDebugLogs = enable; } in dynamicDebug()
199 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug()
241 static bool sDebugLogs; variable
Dhwc_mdpcomp.cpp43 bool MDPComp::sDebugLogs = false; member in qhwc::MDPComp
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.h151 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug()
169 static bool sDebugLogs; variable
Dhwc_mdpcomp.cpp37 bool MDPComp::sDebugLogs = false; member in qhwc::MDPComp
95 sDebugLogs = false; in init()
98 sDebugLogs = true; in init()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.h56 static void dynamicDebug(bool enable){ sDebugLogs = enable; } in dynamicDebug()
208 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug()
261 static bool sDebugLogs; variable
Dhwc_mdpcomp.cpp44 bool MDPComp::sDebugLogs = false; member in qhwc::MDPComp
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h195 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug()
237 static bool sDebugLogs; variable
Dhwc_mdpcomp.cpp42 bool MDPComp::sDebugLogs = false; member in qhwc::MDPComp
131 sDebugLogs = true; in init()