OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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/msm8909/libhwcomposer/
hwc_mdpcomp.h
59
static void dynamicDebug(bool enable){
sDebugLogs
= enable; }
212
static bool isDebug() { return
sDebugLogs
? true : false; };
261
static bool
sDebugLogs
;
hwc_mdpcomp.cpp
42
bool MDPComp::
sDebugLogs
= false;
[
all
...]
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h
56
static void dynamicDebug(bool enable){
sDebugLogs
= enable; }
208
static bool isDebug() { return
sDebugLogs
? true : false; };
261
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 56 milliseconds