Searched refs:out_pose (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/include/dvr/
H A Dpose_client.h133 // @param out_pose Struct to store pose state.
135 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose);
146 // @param out_pose Struct to store pose state.
149 uint32_t vsync_count, DvrPoseAsync* out_pose);
/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp46 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { argument
52 *out_pose =
67 DvrPoseAsync* out_pose) {
76 *out_pose =
287 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose) { argument
288 return PoseClient::FromC(client)->GetPose(vsync_count, out_pose);
296 uint32_t vsync_count, DvrPoseAsync* out_pose) {
298 vsync_count, out_pose);
66 GetControllerPose(int32_t controller_id, uint32_t vsync_count, DvrPoseAsync* out_pose) argument
295 dvrPoseGetController(DvrPose* client, int32_t controller_id, uint32_t vsync_count, DvrPoseAsync* out_pose) argument
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h180 DvrPoseAsync* out_pose);
184 DvrPoseAsync* out_pose);

Completed in 442 milliseconds