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.h247 int64_t timestamp_ns; member in struct:android::VSyncSchedInfo
251 PDX_SERIALIZABLE_MEMBERS(VSyncSchedInfo, vsync_period_ns, timestamp_ns,
/frameworks/native/libs/vr/libvrsensor/include/dvr/
H A Dpose_client.h35 uint64_t timestamp_ns; member in struct:DvrPoseState
66 int64_t timestamp_ns; member in struct:DvrPoseAsync
/frameworks/native/libs/ui/
H A DFence.cpp131 if (pinfo->timestamp_ns > timestamp) {
132 timestamp = pinfo->timestamp_ns;
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.h68 void VSyncEvent(int display, int64_t timestamp_ns, int64_t compositor_time_ns,
H A Dvsync_service.cpp35 void VSyncService::VSyncEvent(int display, int64_t timestamp_ns, argument
43 current_vsync_ = timestamp_ns;

Completed in 3698 milliseconds