/hardware/qcom/sm8150/display/libdebug/ |
D | debug_handler.h | 55 #define DTRACE_BEGIN(custom_string) display::DebugHandler::Get()->BeginTrace( \ argument 56 __CLASS__, __FUNCTION__, custom_string) 71 const char *custom_string) = 0;
|
/hardware/qcom/sdm845/display/libdebug/ |
D | debug_handler.h | 55 #define DTRACE_BEGIN(custom_string) display::DebugHandler::Get()->BeginTrace( \ argument 56 __CLASS__, __FUNCTION__, custom_string) 71 const char *custom_string) = 0;
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | debug.h | 53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | debug.h | 53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | debug.h | 54 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 152 const char *custom_string) { in BeginTrace() argument 154 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
|
D | hwc_debugger.h | 63 const char *custom_string);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 148 const char *custom_string) { in BeginTrace() argument 150 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
|
D | hwc_debugger.h | 64 const char *custom_string);
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 152 const char *custom_string) { in BeginTrace() argument 155 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
|
D | hwc_debugger.h | 62 const char *custom_string);
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 187 const char *custom_string) { in BeginTrace() argument 189 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
|
D | hwc_debugger.h | 66 const char *custom_string);
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | debug_interface.h | 107 const char *custom_string) = 0;
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | debug_interface.h | 108 const char *custom_string) = 0;
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | debug_interface.h | 106 const char *custom_string) = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | debug_interface.h | 106 const char *custom_string) = 0;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 201 const char *custom_string) { in BeginTrace() argument 204 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
|
D | hwc_debugger.h | 69 const char *custom_string);
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_debugger.h | 70 const char *custom_string);
|
D | hwc_debugger.cpp | 215 const char *custom_string) { in BeginTrace() argument 218 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
|