Searched defs:vsync_count (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/include/private/dvr/
H A Dpose_client_internal.h19 // Current vsync_count (where sensord is writing poses from).
20 uint32_t vsync_count; member in struct:DvrPoseRingBuffer
28 int privateDvrPoseNotifyVsync(DvrPose* client, uint32_t vsync_count,
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp37 uint32_t vsync_count) {
45 current_vsync_count_ = vsync_count;
35 VSyncEvent(int display, int64_t timestamp_ns, int64_t compositor_time_ns, uint32_t vsync_count) argument
/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp46 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { argument
53 mapped_pose_buffer_->ring[vsync_count & kPoseAsyncBufferIndexMask];
63 return mapped_pose_buffer_->vsync_count;
66 int GetControllerPose(int32_t controller_id, uint32_t vsync_count, argument
78 .mapped_pose_buffer[vsync_count & kPoseAsyncBufferIndexMask];
214 int NotifyVsync(uint32_t vsync_count, int64_t display_timestamp, argument
218 {.iov_base = &vsync_count, .iov_len = sizeof(vsync_count)},
287 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose) { argument
288 return PoseClient::FromC(client)->GetPose(vsync_count, out_pos
295 dvrPoseGetController(DvrPose* client, int32_t controller_id, uint32_t vsync_count, DvrPoseAsync* out_pose) argument
325 privateDvrPoseNotifyVsync(DvrPose* client, uint32_t vsync_count, int64_t display_timestamp, int64_t display_period_ns, int64_t right_eye_photon_offset_ns) argument
[all...]

Completed in 1671 milliseconds