Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h98 long subseconds_in_ns() const { in subseconds_in_ns() function
108 struct timespec rval = { ts_.tv_sec, subseconds_in_ns()}; in GetTS()
166 rval.ts_.tv_nsec += other.subseconds_in_ns();
203 ts_.tv_nsec += other.subseconds_in_ns();
213 ts_.tv_nsec -= other.subseconds_in_ns();
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dstats_keeper.cpp60 ts->tv_nsec = td.subseconds_in_ns(); in TimeDifferenceToTimeSpec()