Searched refs:client_state (Results 1 - 4 of 4) sorted by path

/frameworks/native/libs/vr/libdvr/
H A Ddvr_hardware_composer_client.cpp20 void* client_state);
38 HwcCallback::HwcCallback(DvrHwcOnFrameCallback callback, void* client_state) argument
39 : callback_(callback), client_state_(client_state) {}
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h200 typedef int (*DvrHwcOnFrameCallback)(void* client_state, DvrHwcFrame* frame);
202 void* client_state);
H A Ddvr_hardware_composer_client.h17 // @param client_state Pointer to client state passed in |dvrHwcCreateClient()|.
20 typedef int(*DvrHwcOnFrameCallback)(void* client_state, DvrHwcFrame* frame);
23 // @param client_state Pointer to client state passed back in the callback.
25 void* client_state);
/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp175 ControllerClientState& client_state = controllers_[controller_id]; local
176 if (client_state.pose_buffer.get()) {
200 client_state.pose_buffer.swap(buffer);
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
[all...]

Completed in 1689 milliseconds