Home
last modified time | relevance | path

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

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