OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 44 milliseconds