HomeSort by relevance Sort by last modified time
    Searched refs:sDebugLogs (Results 1 - 8 of 8) 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/msm8084/libhwcomposer/
hwc_mdpcomp.h 194 static bool isDebug() { return sDebugLogs ? true : false; };
236 static bool sDebugLogs;
hwc_mdpcomp.cpp 42 bool MDPComp::sDebugLogs = false;
131 sDebugLogs = true;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 184 static bool isDebug() { return sDebugLogs ? true : false; };
225 static bool sDebugLogs;
hwc_mdpcomp.cpp 42 bool MDPComp::sDebugLogs = false;
118 sDebugLogs = true;
    [all...]

Completed in 37 milliseconds