Searched refs:DvrPoseAsync (Results 1 – 5 of 5) sorted by relevance
36 volatile const DvrPoseAsync* buffer;88 DvrPoseAsync* out_pose);102 uint32_t vsync_count, DvrPoseAsync* out_pose);
62 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { in GetPose()84 DvrPoseAsync* out_pose) { in GetControllerPose()229 constexpr size_t size = DvrVsyncPoseBuffer::kSize * sizeof(DvrPoseAsync); in GetControllerRingBuffer()237 client_state.mapped_pose_buffer = static_cast<const DvrPoseAsync*>(addr); in GetControllerRingBuffer()294 const DvrPoseAsync* mapped_pose_buffer = nullptr;321 DvrPoseAsync* out_pose) { in dvrPoseClientGet()330 uint32_t vsync_count, DvrPoseAsync* out_pose) { in dvrPoseClientGetController()
26 static_assert(sizeof(DvrPoseAsync) == 128, "Unexpected size for DvrPoseAsync");76 DvrPoseAsync vsync_poses[kSize];
24 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync { struct46 } DvrPoseAsync; argument
27 typedef struct DvrPoseAsync DvrPoseAsync; typedef272 DvrPoseAsync* out_pose);277 DvrPoseAsync* out_pose);