HomeSort by relevance Sort by last modified time
    Searched refs:DebugTag (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 43 enum DebugTag {
66 @param[in] tag \link DebugTag \endlink
69 virtual void Error(DebugTag tag, const char *format, ...) = 0;
73 @param[in] tag \link DebugTag \endlink
76 virtual void Warning(DebugTag tag, const char *format, ...) = 0;
80 @param[in] tag \link DebugTag \endlink
83 virtual void Info(DebugTag tag, const char *format, ...) = 0;
87 @param[in] tag \link DebugTag \endlink
90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
94 @param[in] tag \link DebugTag \endlin
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.h 55 virtual void Error(DebugTag tag, const char *format, ...);
56 virtual void Warning(DebugTag tag, const char *format, ...);
57 virtual void Info(DebugTag tag, const char *format, ...);
58 virtual void Debug(DebugTag tag, const char *format, ...);
59 virtual void Verbose(DebugTag tag, const char *format, ...);
hwc_debugger.cpp 111 void HWCDebugHandler::Error(DebugTag /*tag*/, const char *format, ...) {
117 void HWCDebugHandler::Warning(DebugTag /*tag*/, const char *format, ...) {
123 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) {
131 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) {
139 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) {
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 85 virtual void Error(DebugTag /*tag*/, const char */*format*/, ...) { }
86 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { }
87 virtual void Info(DebugTag /*tag*/, const char */*format*/, ...) { }
88 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { }
89 virtual void Verbose(DebugTag /*tag*/, const char */*format*/, ...) { }
rect.h 42 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 49 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) {
  /external/v8/src/
log.h 201 // DebugTag lets us put a call-site specific label on the event.
202 void DebugTag(const char* call_site_tag);
log.cc     [all...]
  /external/v8/src/debug/
debug.cc     [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 955 milliseconds