Searched defs:Seconds (Results 1 - 2 of 2) sorted by relevance

/system/chre/util/include/chre/util/
H A Dtime.h48 class Seconds { class in namespace:chre
51 * Construct a Seconds time duration given a value.
53 constexpr explicit Seconds(uint64_t seconds);
182 constexpr Nanoseconds(Seconds seconds);
227 constexpr Nanoseconds operator+(const Seconds& secs, const Nanoseconds& nanos);
H A Dtime_impl.h24 constexpr Seconds::Seconds(uint64_t seconds) function in class:chre::Seconds
27 constexpr uint64_t Seconds::toRawNanoseconds() const {
94 constexpr Nanoseconds::Nanoseconds(Seconds seconds)
115 constexpr Nanoseconds operator+(const Seconds& secs, const Nanoseconds& nanos) {

Completed in 60 milliseconds