HomeSort by relevance Sort by last modified time
    Searched refs:client_state (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/vr/libvrsensor/
pose_client.cpp 175 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.mapped_pose_buffer[0].orientation[2]
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 156 client_state = self.request.get('syncstate')
157 self.get_updated_contacts(client_state, updated_contacts)
165 def get_updated_contacts(self, client_state, updated_contacts):
175 if client_state:
176 logging.info('Client sync state: ' + client_state)
177 timestamp = datetime.utcfromtimestamp(float(client_state))
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_hardware_composer_client.h 17 // @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);
dvr_api.h 200 typedef int (*DvrHwcOnFrameCallback)(void* client_state, DvrHwcFrame* frame);
202 void* client_state);
  /frameworks/native/libs/vr/libdvr/
dvr_hardware_composer_client.cpp 20 void* client_state);
38 HwcCallback::HwcCallback(DvrHwcOnFrameCallback callback, void* client_state)
39 : callback_(callback), client_state_(client_state) {}
  /external/mesa3d/src/mesa/main/
enable.c 55 client_state(struct gl_context *ctx, GLenum cap, GLboolean state) function
175 * calls client_state().
182 client_state( ctx, cap, GL_TRUE );
191 * calls client_state().
198 client_state( ctx, cap, GL_FALSE );
742 client_state( ctx, cap, state );
    [all...]

Completed in 469 milliseconds