Searched refs:timestamp_ns (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
H A Dvsync_client.cpp23 int VSyncClient::Wait(int64_t* timestamp_ns) { argument
31 if (timestamp_ns != nullptr) {
32 *timestamp_ns = status.get();
39 int VSyncClient::GetLastTimestamp(int64_t* timestamp_ns) { argument
46 *timestamp_ns = status.get();
50 int VSyncClient::GetSchedInfo(int64_t* vsync_period_ns, int64_t* timestamp_ns, argument
52 if (!vsync_period_ns || !timestamp_ns || !next_vsync_count)
63 *timestamp_ns = status.get().timestamp_ns;
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Dvsync_client.h25 int Wait(int64_t* timestamp_ns);
44 int GetLastTimestamp(int64_t* timestamp_ns);
H A Ddisplay_protocol.h262 int64_t timestamp_ns; member in struct:android::VSyncSchedInfo
266 PDX_SERIALIZABLE_MEMBERS(VSyncSchedInfo, vsync_period_ns, timestamp_ns,
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_pose.h39 int64_t timestamp_ns; member in struct:DvrPoseAsync
89 int64_t timestamp_ns; member in struct:DvrPose
/frameworks/native/libs/ui/
H A DFence.cpp125 if (pinfo->timestamp_ns > timestamp) {
126 timestamp = pinfo->timestamp_ns;
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.h69 void VSyncEvent(int64_t timestamp_ns, int64_t compositor_time_ns,
H A Dvsync_service.cpp35 void VSyncService::VSyncEvent(int64_t timestamp_ns, argument
42 current_vsync_ = timestamp_ns;

Completed in 88 milliseconds