Home
last modified time | relevance | path

Searched refs:vsync_count (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp62 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/
Dpose_client.h87 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count,
102 uint32_t vsync_count, DvrPoseAsync* out_pose);
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_vsync.h15 uint32_t vsync_count; member
Ddvr_shared_buffers.h82 uint32_t vsync_count; member
Ddvr_api.h269 typedef int (*DvrPoseClientGetPtr)(DvrPoseClient* client, uint32_t vsync_count,
274 uint32_t vsync_count,
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp885 vsync.vsync_count = vsync_count_; in PostThread()