Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 9 of 9) sorted by relevance

/system/extras/perfprofd/
Dperfprofdutils.cc51 void perfprofd_sleep(int seconds) in perfprofd_sleep()
/system/core/toolbox/
Duptime.c38 int seconds = time % 60; in format_time() local
/system/bt/embdrv/sbc/decoder/include/
Doi_time.h92 OI_INT32 seconds; member
/system/extras/perfprofd/tests/
Dperfprofdmockutils.cc101 void perfprofd_sleep(int seconds) in perfprofd_sleep()
/system/core/include/utils/
DTimers.h75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds() function
/system/core/liblog/tests/
Dbenchmark_main.cpp145 double seconds = static_cast<double>(gBenchmarkTotalTimeNs)/1e9; in Run() local
/system/core/fastboot/
Dusb_windows.c382 void sleep(int seconds) in sleep()
/system/keymaster/
Dkeymaster_enforcement_test.cpp61 void tick(unsigned seconds = 1) { current_time_ += seconds; } in tick()
/system/core/libbacktrace/
Dbacktrace_test.cpp207 bool WaitForNonZero(int32_t* value, uint64_t seconds) { in WaitForNonZero()