Home
last modified time | relevance | path

Searched defs:StopWatch (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DStopWatchMap.java26 class StopWatch { class
36 public StopWatch(String name) { in StopWatch() method in StopWatch
/aosp14/system/core/libutils/
H A DStopWatch.cpp31 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) { in StopWatch() function in android::StopWatch