Searched refs:ProtoTracer (Results 1 – 3 of 3) sorted by relevance
43 public class ProtoTracer implements ProtoTraceParams<MessageLite.Builder, class47 public static final MainThreadInitializedObject<ProtoTracer> INSTANCE =48 new MainThreadInitializedObject<>(ProtoTracer::new);58 public ProtoTracer(Context context) { in ProtoTracer() method in ProtoTracer
101 import com.android.quickstep.util.ProtoTracer;340 ProtoTracer.INSTANCE.get(this).add(this); in onCreate()461 ProtoTracer.INSTANCE.get(this).start(); in onSystemUiFlagsChanged()464 + ProtoTracer.INSTANCE.get(this).getTraceFile()); in onSystemUiFlagsChanged()465 ProtoTracer.INSTANCE.get(this).stop(); in onSystemUiFlagsChanged()491 ProtoTracer.INSTANCE.get(this).stop(); in onDestroy()492 ProtoTracer.INSTANCE.get(this).remove(this); in onDestroy()614 ProtoTracer.INSTANCE.get(this).scheduleFrameUpdate(); in onInputEvent()941 pw.println(" file=" + ProtoTracer.INSTANCE.get(this).getTraceFile()); in dump()
103 import com.android.quickstep.util.ProtoTracer;1797 ProtoTracer.INSTANCE.get(mContext).scheduleFrameUpdate();