Searched defs:StopWatch (Results 1 – 2 of 2) sorted by relevance
26 class StopWatch { class36 public StopWatch(String name) { in StopWatch() method in StopWatch
31 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) { in StopWatch() function in android::StopWatch