Searched defs:Get (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dfactory.h48 Creator Get(const std::string &name) { function in class:sdm::Factory
H A Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
54 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
55 #define DTRACE_END() Debug::Get()->EndTrace()
65 static inline DebugHandler* Get() { return debug_.debug_handler_; } function in class:sdm::Debug
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_debugger.h45 static inline DebugHandler* Get() { return &debug_handler_; } function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dfactory.h48 Creator Get(const std::string &name) { function in class:sdm::Factory
H A Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
64 static inline DebugHandler* Get() { return debug_.debug_handler_; } function in class:sdm::Debug
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_debugger.h45 static inline DebugHandler* Get() { return &debug_handler_; } function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.h47 static inline DebugHandler* Get() { return &debug_handler_; } function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dfactory.h48 Creator Get(const std::string &name) { function in class:sdm::Factory
H A Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
64 static inline DebugHandler* Get() { return debug_.debug_handler_; } function in class:sdm::Debug
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_debugger.h45 static inline DebugHandler* Get() { return &debug_handler_; } function in class:sdm::HWCDebugHandler
/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_logger.h46 static DRMLogger *Get() { return s_instance; } function in class:drm_utils::DRMLogger
53 if (drm_utils::DRMLogger::Get()) { \
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_logger.h46 static DRMLogger *Get() { return s_instance; } function in class:drm_utils::DRMLogger
53 if (drm_utils::DRMLogger::Get()) { \
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_logger.h46 static DRMLogger *Get() { return s_instance; } function in class:drm_utils::DRMLogger
53 if (drm_utils::DRMLogger::Get()) { \
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
64 static inline DebugHandler* Get() { return debug_.debug_handler_; } function in class:sdm::Debug

Completed in 258 milliseconds