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

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpcAdapter.h39 rpc_loc_client_handle_type client_handle; member in class:LocApiRpcAdapter
60 int locEventCB(rpc_loc_client_handle_type client_handle,
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_ioctl.h41 rpc_loc_client_handle_type client_handle; member in struct:loc_eng_ioctl_data_s_type
66 rpc_loc_client_handle_type client_handle,
H A Dloc_eng_ioctl.cpp171 ioctl_cb_data_ptr->client_handle = handle;
309 rpc_loc_client_handle_type client_handle,
318 if (client_handle != ioctl_cb_data_ptr->client_handle)
321 (int32) client_handle, (int32) ioctl_cb_data_ptr->client_handle);
339 (int32) ioctl_cb_data_ptr->client_handle, ioctl_cb_data_ptr->ioctl_type,
308 loc_eng_ioctl_process_cb( rpc_loc_client_handle_type client_handle, const rpc_loc_ioctl_callback_s_type *cb_data_ptr ) argument
H A Dloc_eng.h63 rpc_loc_client_handle_type client_handle; member in struct:__anon868
H A Dloc_eng.cpp81 static int32 loc_event_cb (rpc_loc_client_handle_type client_handle,
209 loc_eng_data.client_handle = loc_open (event, loc_event_cb);
228 loc_eng_data.ioctl_data.client_handle = RPC_LOC_CLIENT_HANDLE_INVALID;
239 LOGD ("loc_eng_init called, client id = %d\n", (int32) loc_eng_data.client_handle);
280 (void) loc_close (loc_eng_data.client_handle);
322 ret_val = loc_start_fix (loc_eng_data.client_handle);
367 ret_val = loc_stop_fix (loc_eng_data.client_handle);
382 (int32) loc_eng_data.client_handle, lock_type);
387 ret_val = loc_eng_ioctl (loc_eng_data.client_handle,
425 (int32) loc_eng_data.client_handle, min_interva
637 rpc_loc_client_handle_type client_handle; local
701 loc_event_cb( rpc_loc_client_handle_type client_handle, rpc_loc_event_mask_type loc_event, const rpc_loc_event_payload_u_type* loc_event_payload ) argument
[all...]
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h94 uint32_t client_handle; /* client handle */ member in struct:__anon569
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.h83 LocApiAdapter *client_handle; member in struct:__anon936
/hardware/qcom/gps/loc_api/loc_api_v02/
H A Dloc_api_sync_req.c61 locClientHandleType client_handle; member in struct:__anon943
127 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE;
159 locClientHandleType client_handle, /* handle of the client */
166 __func__,__LINE__, client_handle, ind_id);
189 if ( (loc_sync_array.slot_in_use[i]) && (slot->client_handle == client_handle)
306 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE;
348 locClientHandleType client_handle, /* Client handle */
357 __func__, __LINE__, client_handle, ind_id, req_id);
370 slot->client_handle
158 loc_sync_process_ind( locClientHandleType client_handle, uint32_t ind_id , void *ind_payload_ptr ) argument
347 loc_sync_select_ind( locClientHandleType client_handle, uint32_t ind_id, uint32_t req_id, void * ind_payload_ptr ) argument
491 loc_sync_send_req( locClientHandleType client_handle, uint32_t req_id, locClientReqUnionType req_payload, uint32_t timeout_msec, uint32_t ind_id, void *ind_payload_ptr ) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpcAdapter.cpp65 rpc_loc_client_handle_type client_handle,
72 int32 ret_val = ((LocApiRpcAdapter*)user)->locEventCB(client_handle, loc_event, loc_event_payload);
121 client_handle(RPC_LOC_CLIENT_HANDLE_INVALID),
129 if (RPC_LOC_CLIENT_HANDLE_INVALID != client_handle) {
130 loc_clear(client_handle);
133 loc_close(client_handle);
201 int32 LocApiRpcAdapter::locEventCB(rpc_loc_client_handle_type client_handle, argument
271 if (RPC_LOC_CLIENT_HANDLE_INVALID != client_handle) {
272 loc_clear(client_handle);
275 client_handle
62 loc_event_cb( void* user, rpc_loc_client_handle_type client_handle, rpc_loc_event_mask_type loc_event, const rpc_loc_event_payload_u_type* loc_event_payload ) argument
[all...]

Completed in 189 milliseconds