Home
last modified time | relevance | path

Searched refs:custom_string (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.h55 #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/
Ddebug_handler.h55 #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/
Ddebug.h53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h54 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_debugger.cpp152 const char *custom_string) { in BeginTrace() argument
154 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
Dhwc_debugger.h63 const char *custom_string);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.cpp148 const char *custom_string) { in BeginTrace() argument
150 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
Dhwc_debugger.h64 const char *custom_string);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_debugger.cpp152 const char *custom_string) { in BeginTrace() argument
155 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
Dhwc_debugger.h62 const char *custom_string);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_debugger.cpp187 const char *custom_string) { in BeginTrace() argument
189 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
Dhwc_debugger.h66 const char *custom_string);
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h107 const char *custom_string) = 0;
/hardware/qcom/display/msm8909/sdm/include/core/
Ddebug_interface.h108 const char *custom_string) = 0;
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h106 const char *custom_string) = 0;
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Ddebug_interface.h106 const char *custom_string) = 0;
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_debugger.cpp201 const char *custom_string) { in BeginTrace() argument
204 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()
Dhwc_debugger.h69 const char *custom_string);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_debugger.h70 const char *custom_string);
Dhwc_debugger.cpp215 const char *custom_string) { in BeginTrace() argument
218 snprintf(name, sizeof(name), "%s::%s::%s", class_name, function_name, custom_string); in BeginTrace()