Home
last modified time | relevance | path

Searched refs:DvrPoseAsync (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/include/dvr/
Dpose_client.h36 volatile const DvrPoseAsync* buffer;
88 DvrPoseAsync* out_pose);
102 uint32_t vsync_count, DvrPoseAsync* out_pose);
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp62 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()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_shared_buffers.h26 static_assert(sizeof(DvrPoseAsync) == 128, "Unexpected size for DvrPoseAsync");
76 DvrPoseAsync vsync_poses[kSize];
Ddvr_pose.h24 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync { struct
46 } DvrPoseAsync; argument
Ddvr_api.h27 typedef struct DvrPoseAsync DvrPoseAsync; typedef
272 DvrPoseAsync* out_pose);
277 DvrPoseAsync* out_pose);