Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_tracking_types.h24 int64_t timestamp_ns; member
43 int64_t timestamp_ns; member
94 int64_t timestamp_ns; member
Ddvr_pose.h39 int64_t timestamp_ns; member
89 int64_t timestamp_ns; member
/frameworks/native/libs/ui/
DFence.cpp75 uint64_t ts_sec = pinfo[i].timestamp_ns / 1000000000LL; in waitForever()
76 uint64_t ts_usec = (pinfo[i].timestamp_ns % 1000000000LL) / 1000LL; in waitForever()
147 if (pinfo[i].timestamp_ns > timestamp) { in getSignalTime()
148 timestamp = pinfo[i].timestamp_ns; in getSignalTime()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h268 int64_t timestamp_ns; member
272 PDX_SERIALIZABLE_MEMBERS(VSyncSchedInfo, vsync_period_ns, timestamp_ns,