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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
StopWatchMap.java 70 public class StopWatchMap {
76 public StopWatchMap() {
GLFrame.java 24 import android.filterfw.core.StopWatchMap;
33 private static StopWatchMap mTimer = null;
35 public static StopWatchMap get() {
37 mTimer = new StopWatchMap();
145 StopWatchMap timer = GLFrameTimer.get();
SyncRunner.java 39 private StopWatchMap mTimer = null;
76 mTimer = new StopWatchMap();
ShaderProgram.java 23 import android.filterfw.core.StopWatchMap;
41 private StopWatchMap mTimer = null;
44 mTimer = new StopWatchMap();

Completed in 97 milliseconds