HomeSort by relevance Sort by last modified time
    Searched refs:sDebugLogs (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 151 static bool isDebug() { return sDebugLogs ? true : false; };
169 static bool sDebugLogs;
hwc_mdpcomp.cpp 37 bool MDPComp::sDebugLogs = false;
95 sDebugLogs = false;
98 sDebugLogs = true;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 158 static bool isDebug() { return sDebugLogs ? true : false; };
177 static bool sDebugLogs;
hwc_mdpcomp.cpp 39 bool MDPComp::sDebugLogs = false;
106 sDebugLogs = false;
109 sDebugLogs = true;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 59 static void dynamicDebug(bool enable){ sDebugLogs = enable; }
199 static bool isDebug() { return sDebugLogs ? true : false; };
241 static bool sDebugLogs;
hwc_mdpcomp.cpp 43 bool MDPComp::sDebugLogs = false;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 56 static void dynamicDebug(bool enable){ sDebugLogs = enable; }
206 static bool isDebug() { return sDebugLogs ? true : false; };
259 static bool sDebugLogs;
hwc_mdpcomp.cpp 44 bool MDPComp::sDebugLogs = false;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 195 static bool isDebug() { return sDebugLogs ? true : false; };
237 static bool sDebugLogs;
hwc_mdpcomp.cpp 42 bool MDPComp::sDebugLogs = false;
131 sDebugLogs = true;
    [all...]

Completed in 163 milliseconds