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

/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp62 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { argument
65 *out_pose =
84 DvrPoseAsync* out_pose) {
93 *out_pose =
321 DvrPoseAsync* out_pose) {
322 return PoseClient::FromC(client)->GetPose(vsync_count, out_pose);
330 uint32_t vsync_count, DvrPoseAsync* out_pose) {
332 vsync_count, out_pose);
83 GetControllerPose(int32_t controller_id, uint32_t vsync_count, DvrPoseAsync* out_pose) argument
320 dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count, DvrPoseAsync* out_pose) argument
329 dvrPoseClientGetController(DvrPoseClient* client, int32_t controller_id, uint32_t vsync_count, DvrPoseAsync* out_pose) argument

Completed in 61 milliseconds