Home
last modified time | relevance | path

Searched refs:DvrPose (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_shared_buffers.h27 static_assert(sizeof(DvrPose) == 112, "Unexpected size for DvrPose");
43 using DvrPoseTraits = DvrRingBufferTraits<DvrPose, 0>;
48 using DvrPoseRing = BroadcastRing<DvrPose, DvrPoseTraits>;
79 DvrPose current_pose;
Ddvr_pose.h70 typedef struct __attribute__((packed, aligned(16))) DvrPose { struct
99 } DvrPose; typedef
/frameworks/native/libs/vr/libvrsensor/include/dvr/
Dpose_client.h117 int dvrPoseClientPoll(DvrPoseClient* client, DvrPose* state);
128 int dvrPoseClientFreeze(DvrPoseClient* client, const DvrPose* frozen_state);
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp44 int Poll(DvrPose* state) { in Poll()
112 int Freeze(const DvrPose& frozen_state) { in Freeze()
339 int dvrPoseClientPoll(DvrPoseClient* client, DvrPose* state) { in dvrPoseClientPoll()
343 int dvrPoseClientFreeze(DvrPoseClient* client, const DvrPose* frozen_state) { in dvrPoseClientFreeze()