Searched refs:Plog (Results 1 – 3 of 3) sorted by relevance
33 public abstract class Plog { class43 public static Plog createSystemPlog(String tag) { in createSystemPlog()53 public Plog start(String title) { in start()67 public Plog logPoint(String name, float x, float y) { in logPoint()80 public Plog logCurve(String name, float[] xs, float[] ys) { in logCurve()118 public static class SystemPlog extends Plog {
33 import com.android.server.display.utils.Plog;53 private static final Plog PLOG = Plog.createSystemPlog(TAG);
6987 …SPLcom/android/server/display/utils/Plog;->createSystemPlog(Ljava/lang/String;)Lcom/android/server…19148 Lcom/android/server/display/utils/Plog$SystemPlog;19149 Lcom/android/server/display/utils/Plog;