Searched refs:vsync_count (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libvrsensor/ |
D | pose_client.cpp | 62 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { in GetPose() argument 67 ->vsync_poses[vsync_count & DvrVsyncPoseBuffer::kIndexMask]; in GetPose() 77 return vsync_buffer->vsync_count; in GetVsyncCount() 83 int GetControllerPose(int32_t controller_id, uint32_t vsync_count, in GetControllerPose() argument 95 .mapped_pose_buffer[vsync_count & DvrVsyncPoseBuffer::kIndexMask]; in GetControllerPose() 320 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count, in dvrPoseClientGet() argument 322 return PoseClient::FromC(client)->GetPose(vsync_count, out_pose); in dvrPoseClientGet() 330 uint32_t vsync_count, DvrPoseAsync* out_pose) { in dvrPoseClientGetController() argument 332 vsync_count, out_pose); in dvrPoseClientGetController()
|
/frameworks/native/libs/vr/libvrsensor/include/dvr/ |
D | pose_client.h | 87 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count, 102 uint32_t vsync_count, DvrPoseAsync* out_pose);
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_vsync.h | 15 uint32_t vsync_count; member
|
D | dvr_shared_buffers.h | 82 uint32_t vsync_count; member
|
D | dvr_api.h | 269 typedef int (*DvrPoseClientGetPtr)(DvrPoseClient* client, uint32_t vsync_count, 274 uint32_t vsync_count,
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.cpp | 885 vsync.vsync_count = vsync_count_; in PostThread()
|