Searched refs:is_new_trace (Results 1 – 2 of 2) sorted by relevance
1464 bool is_new_trace; in DrawLayers() local1465 TRACE_EVENT_IS_NEW_TRACE(&is_new_trace); in DrawLayers()1466 if (is_new_trace) { in DrawLayers()
1045 bool is_new_trace; in IsNewTrace() local1046 TRACE_EVENT_IS_NEW_TRACE(&is_new_trace); in IsNewTrace()1047 return is_new_trace; in IsNewTrace()