Searched refs:debug_tag (Results 1 – 2 of 2) sorted by relevance
42 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
49 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in Log() argument50 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()