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

  /frameworks/native/libs/vr/libvrsensor/
pose_client.cpp 211 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.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 303 typedef int (*DvrHwcOnFrameCallback)(void* client_state, DvrHwcFrame* frame);
305 void* client_state);
  /external/libevent/test/
test-ratelim.c 81 struct client_state { struct
106 struct client_state *states;
114 struct client_state *cs = ctx;
128 struct client_state *cs = ctx;
344 states = calloc(cfg_n_connections, sizeof(struct client_state));
  /external/mesa3d/src/mesa/main/
enable.c 64 client_state(struct gl_context *ctx, GLenum cap, GLboolean state) function
159 * calls client_state().
165 client_state( ctx, cap, GL_TRUE );
174 * calls client_state().
180 client_state( ctx, cap, GL_FALSE );
755 client_state( ctx, cap, state );
763 client_state( ctx, cap, state );
768 client_state( ctx, cap, state );
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.c 1162 void *client_state; member in struct:foreach_ssa_def_state
1171 return state->cb(&dest->ssa, state->client_state);
    [all...]

Completed in 5134 milliseconds