Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dstats_keeper.cpp58 void TimeDifferenceToTimeSpec(const TimeDifference& td, timespec* ts) { in TimeDifferenceToTimeSpec() argument
59 ts->tv_sec = td.seconds(); in TimeDifferenceToTimeSpec()
60 ts->tv_nsec = td.subseconds_in_ns(); in TimeDifferenceToTimeSpec()