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

/system/chre/util/include/chre/util/
H A Dtime.h44 class Microseconds;
83 * Constructs a Microseconds time duration given nanoseconds.
96 * Obtains the number of Microseconds stored by this time duration.
124 class Microseconds { class in namespace:chre
127 * Construct a Microseconds time duration given a value.
129 constexpr explicit Microseconds(uint64_t microseconds);
132 * Constructs a Microseconds time duration given nanoseconds.
134 constexpr Microseconds(Nanoseconds nanoseconds);
145 * Obtains the number of Microseconds stored by this time duration.
192 constexpr Nanoseconds(Microseconds microsecond
[all...]
H A Dtime_impl.h65 constexpr Microseconds::Microseconds(uint64_t microseconds) function in class:chre::Microseconds
68 constexpr Microseconds::Microseconds(Nanoseconds nanoseconds) function in class:chre::Microseconds
72 constexpr uint64_t Microseconds::toRawNanoseconds() const {
80 constexpr uint64_t Microseconds::getMicroseconds() const {
84 constexpr uint64_t Microseconds::getMilliseconds() const {
100 constexpr Nanoseconds::Nanoseconds(Microseconds microseconds)

Completed in 719 milliseconds