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

/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp211 ControllerClientState& client_state = controllers_[controller_id]; local
212 if (client_state.pose_buffer.get()) {
236 client_state.pose_buffer.swap(buffer);
237 client_state.mapped_pose_buffer = static_cast<const DvrPoseAsync*>(addr);
240 controller_id, client_state.mapped_pose_buffer[0].position[0],
241 client_state.mapped_pose_buffer[0].position[1],
242 client_state.mapped_pose_buffer[0].position[2],
243 client_state.mapped_pose_buffer[0].orientation[0],
244 client_state.mapped_pose_buffer[0].orientation[1],
245 client_state
[all...]

Completed in 47 milliseconds