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

/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp71 if (!controllers_[controller_id].mapped_pose_buffer) {
78 .mapped_pose_buffer[vsync_count & kPoseAsyncBufferIndexMask];
201 client_state.mapped_pose_buffer = static_cast<const DvrPoseAsync*>(addr);
204 controller_id, client_state.mapped_pose_buffer[0].translation[0],
205 client_state.mapped_pose_buffer[0].translation[1],
206 client_state.mapped_pose_buffer[0].translation[2],
207 client_state.mapped_pose_buffer[0].orientation[0],
208 client_state.mapped_pose_buffer[0].orientation[1],
209 client_state.mapped_pose_buffer[0].orientation[2],
210 client_state.mapped_pose_buffer[
266 const DvrPoseAsync* mapped_pose_buffer = nullptr; member in struct:android::dvr::PoseClient::ControllerClientState
[all...]

Completed in 447 milliseconds