Searched refs:StopWatch (Results 1 – 7 of 7) sorted by relevance
/system/core/libutils/ |
D | StopWatch.cpp | 27 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) { in StopWatch() function in android::StopWatch 31 StopWatch::~StopWatch() { in ~StopWatch() 35 const char* StopWatch::name() const { in name() 39 nsecs_t StopWatch::elapsedTime() const { in elapsedTime() 43 void StopWatch::reset() { in reset()
|
D | Looper_test.cpp | 139 StopWatch stopWatch("pollOnce"); in TEST_F() 152 StopWatch stopWatch("pollOnce"); in TEST_F() 166 StopWatch stopWatch("pollOnce"); in TEST_F() 177 StopWatch stopWatch("pollOnce"); in TEST_F() 193 StopWatch stopWatch("pollOnce"); in TEST_F() 212 StopWatch stopWatch("pollOnce"); in TEST_F() 234 StopWatch stopWatch("pollOnce"); in TEST_F() 253 StopWatch stopWatch("pollOnce"); in TEST_F() 279 StopWatch stopWatch("pollOnce"); in TEST_F() 305 StopWatch stopWatch("pollOnce"); in TEST_F() [all …]
|
D | Android.bp | 152 "StopWatch.cpp",
|
/system/core/libutils/include/utils/ |
D | StopWatch.h | 26 class StopWatch { 28 StopWatch(const char* name, int clock = SYSTEM_TIME_MONOTONIC); 29 ~StopWatch();
|
/system/connectivity/wificond/tests/ |
D | looper_backed_event_loop_unittest.cpp | 100 StopWatch stopWatch("DelayedTask"); in TEST_F()
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 9353 "function_name" : "android::StopWatch::reset", 9363 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9366 "function_name" : "android::StopWatch::StopWatch", 9383 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9386 "function_name" : "android::StopWatch::StopWatch", 9403 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9406 "function_name" : "android::StopWatch::~StopWatch", 9416 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9419 "function_name" : "android::StopWatch::~StopWatch", 9429 "source_file" : "system/core/libutils/include/utils/StopWatch.h" [all …]
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 9393 "function_name" : "android::StopWatch::reset", 9403 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9406 "function_name" : "android::StopWatch::StopWatch", 9423 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9426 "function_name" : "android::StopWatch::StopWatch", 9443 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9446 "function_name" : "android::StopWatch::~StopWatch", 9456 "source_file" : "system/core/libutils/include/utils/StopWatch.h" 9459 "function_name" : "android::StopWatch::~StopWatch", 9469 "source_file" : "system/core/libutils/include/utils/StopWatch.h" [all …]
|