Searched defs:DvrPoseAsync (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/include/dvr/
H A Dpose_client.h51 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync { struct
73 } DvrPoseAsync; typedef in typeref:struct:DvrPoseAsync
86 volatile const DvrPoseAsync* buffer;
94 // total_count * sizeof(DvrPoseAsync)
135 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose);
149 uint32_t vsync_count, DvrPoseAsync* out_pose);
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h16 typedef struct DvrPoseAsync DvrPoseAsync; typedef in typeref:struct:DvrPoseAsync
180 DvrPoseAsync* out_pose);
184 DvrPoseAsync* out_pose);

Completed in 855 milliseconds