Home
last modified time | relevance | path

Searched refs:microseconds_to_nanoseconds (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DTimers.h44 static CONSTEXPR inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs) in microseconds_to_nanoseconds() function
66 static CONSTEXPR inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} in us2ns()
/aosp14/frameworks/base/libs/hwui/utils/
H A DTimeUtils.h33 return microseconds_to_nanoseconds(us);