Searched defs:StopWatch (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/utils/
H A DStopWatch.cpp17 #define LOG_TAG "StopWatch"
29 #include <utils/StopWatch.h>
36 StopWatch::StopWatch(const char *name, int clock, uint32_t flags) function in class:android::StopWatch
42 StopWatch::~StopWatch()
46 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
54 const char* StopWatch::name() const
59 nsecs_t StopWatch::lap()
73 nsecs_t StopWatch
[all...]
/frameworks/native/include/utils/
H A DStopWatch.h29 class StopWatch class in namespace:android
32 StopWatch( const char *name,
35 ~StopWatch();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DStopWatchMap.java26 class StopWatch { class
36 public StopWatch(String name) { method in class:StopWatch
46 "Calling start with StopWatch already running");
54 "Calling stop with StopWatch already stopped");
74 private HashMap<String, StopWatch> mStopWatches = null;
77 mStopWatches = new HashMap<String, StopWatch>();
85 mStopWatches.put(stopWatchName, new StopWatch(stopWatchName));

Completed in 396 milliseconds