HomeSort by relevance Sort by last modified time
    Searched refs:sDebugLogs (Results 1 - 6 of 6) 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/msm8x26/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...]

Completed in 753 milliseconds