Searched defs:milliseconds (Results 1 - 3 of 3) sorted by relevance

/system/chre/util/include/chre/util/
H A Dtime_impl.h38 constexpr Milliseconds::Milliseconds(uint64_t milliseconds) argument
39 : mMilliseconds(milliseconds) {}
97 constexpr Nanoseconds::Nanoseconds(Milliseconds milliseconds) argument
98 : mNanoseconds(milliseconds.toRawNanoseconds()) {}
/system/core/include/utils/
H A DTimers.h76 static CONSTEXPR inline nsecs_t milliseconds(nsecs_t v) { return ms2ns(v); } function
95 * Returns the number of milliseconds to wait between the reference time and the timeout time.
97 * If the timeout is more than INT_MAX milliseconds in the future relative to the reference time,
/system/core/libutils/include/utils/
H A DTimers.h76 static CONSTEXPR inline nsecs_t milliseconds(nsecs_t v) { return ms2ns(v); } function
95 * Returns the number of milliseconds to wait between the reference time and the timeout time.
97 * If the timeout is more than INT_MAX milliseconds in the future relative to the reference time,

Completed in 84 milliseconds