Searched defs:Debug (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Ddebug.cpp36 Debug Debug::debug_;
38 Debug::Debug() : debug_handler_(&default_debug_handler_) { function in class:sdm::Debug
41 int Debug::GetSimulationFlag() {
48 int Debug::GetHDMIResolution() {
55 uint32_t Debug::GetIdleTimeoutMs() {
62 int Debug::GetBootAnimLayerCount() {
69 bool Debug::IsRotatorDownScaleDisabled() {
76 bool Debug
[all...]
/hardware/qcom/display/msm8909/sdm/include/utils/
H A Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
54 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
55 #define DTRACE_END() Debug::Get()->EndTrace()
56 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
60 class Debug { class in namespace:sdm
88 Debug();
97 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } function in class:sdm::Debug::DefaultDebugHandler
115 static Debug debug_;
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_debugger.cpp170 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8909/sdm/libs/utils/
H A Ddebug.cpp38 Debug Debug::debug_;
40 Debug::Debug() : debug_handler_(&default_debug_handler_) { function in class:sdm::Debug
43 int Debug::GetSimulationFlag() {
50 int Debug::GetHDMIResolution() {
56 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) {
67 int Debug::GetBootAnimLayerCount() {
74 bool Debug::IsRotatorDownScaleDisabled() {
81 bool Debug
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
59 class Debug { class in namespace:sdm
87 Debug();
96 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } function in class:sdm::Debug::DefaultDebugHandler
114 static Debug debug_;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_debugger.cpp135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
H A Ddebug.cpp38 Debug Debug::debug_;
40 Debug::Debug() : debug_handler_(&default_debug_handler_) { function in class:sdm::Debug
43 int Debug::GetSimulationFlag() {
50 int Debug::GetHDMIResolution() {
57 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) {
68 int Debug::GetBootAnimLayerCount() {
75 bool Debug::IsRotatorDownScaleDisabled() {
82 bool Debug
[all...]
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
59 class Debug { class in namespace:sdm
81 Debug();
90 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } function in class:sdm::Debug::DefaultDebugHandler
108 static Debug debug_;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.cpp131 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
59 class Debug { class in namespace:sdm
88 Debug();
97 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } function in class:sdm::Debug::DefaultDebugHandler
115 static Debug debug_;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_debugger.cpp135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Ddebug.cpp38 Debug Debug::debug_;
40 Debug::Debug() : debug_handler_(&default_debug_handler_) { function in class:sdm::Debug
43 int Debug::GetSimulationFlag() {
50 int Debug::GetHDMIResolution() {
57 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) {
68 int Debug::GetBootAnimLayerCount() {
75 bool Debug::IsRotatorDownScaleDisabled() {
82 bool Debug
[all...]
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
H A Dhw_info_drm.cpp93 Debug::Get()->method(tag, "%s", buf);
98 void Debug(const char *format, ...) { PRINTLOG(kTagDriverConfig, Debug, format, buf_); } function in class:sdm::DRMLoggerImpl
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
H A Dhw_info_drm.cpp93 Debug::Get()->method(kTagNone, "%s", buf);
98 void Debug(const char *format, ...) { PRINTLOG(Debug, format, buf_); } function in class:sdm::DRMLoggerImpl
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_info_drm.cpp83 Debug::Get()->method(kTagNone, "%s", buf);
88 void Debug(const char *format, ...) { PRINTLOG(Debug, format, buf_); } function in class:sdm::DRMLoggerImpl

Completed in 388 milliseconds