OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seconds_to_nanoseconds
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/utils/
Timers.h
36
static inline nsecs_t
seconds_to_nanoseconds
(nsecs_t secs)
function
66
static inline nsecs_t s2ns(nsecs_t v) {return
seconds_to_nanoseconds
(v);}
/frameworks/base/libs/utils/
SystemClock.cpp
124
int64_t when =
seconds_to_nanoseconds
(ts.tv_sec) + ts.tv_nsec;
/frameworks/base/core/jni/
android_util_Process.cpp
817
nsecs_t when =
seconds_to_nanoseconds
(ts.tv_sec) + ts.tv_nsec;
Completed in 994 milliseconds