Searched refs:seconds_to_nanoseconds (Results 1 - 3 of 3) sorted by relevance

/system/core/libutils/
H A DSystemClock.cpp68 return seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
/system/core/include/utils/
H A DTimers.h38 static CONSTEXPR inline nsecs_t seconds_to_nanoseconds(nsecs_t secs) function
68 static CONSTEXPR inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);}
/system/core/libutils/include/utils/
H A DTimers.h38 static CONSTEXPR inline nsecs_t seconds_to_nanoseconds(nsecs_t secs) function
68 static CONSTEXPR inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);}

Completed in 415 milliseconds