Home
last modified time | relevance | path

Searched refs:client_handle (Results 1 – 25 of 26) sorted by relevance

12

/device/lge/bullhead/location/loc_api/loc_api_v02/
Dloc_api_sync_req.c59 locClientHandleType client_handle; member
126 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE; in loc_sync_req_init()
158 locClientHandleType client_handle, /* handle of the client */ in loc_sync_process_ind() argument
165 __func__,__LINE__, client_handle, ind_id); in loc_sync_process_ind()
188 if ( (loc_sync_array.slot_in_use[i]) && (slot->client_handle == client_handle) in loc_sync_process_ind()
305 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE; in loc_free_slot()
347 locClientHandleType client_handle, /* Client handle */ in loc_sync_select_ind() argument
356 __func__, __LINE__, client_handle, ind_id, req_id); in loc_sync_select_ind()
369 slot->client_handle = client_handle; in loc_sync_select_ind()
492 locClientHandleType client_handle, in loc_sync_send_req() argument
[all …]
Dloc_api_sync_req.h70 locClientHandleType client_handle, /* handle of the client */
78 locClientHandleType client_handle,
DLocApiV02.h145 virtual void eventCb(locClientHandleType client_handle,
/device/huawei/angler/location/loc_api/loc_api_v02/
Dloc_api_sync_req.c59 locClientHandleType client_handle; member
126 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE; in loc_sync_req_init()
158 locClientHandleType client_handle, /* handle of the client */ in loc_sync_process_ind() argument
165 __func__,__LINE__, client_handle, ind_id); in loc_sync_process_ind()
188 if ( (loc_sync_array.slot_in_use[i]) && (slot->client_handle == client_handle) in loc_sync_process_ind()
305 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE; in loc_free_slot()
347 locClientHandleType client_handle, /* Client handle */ in loc_sync_select_ind() argument
356 __func__, __LINE__, client_handle, ind_id, req_id); in loc_sync_select_ind()
369 slot->client_handle = client_handle; in loc_sync_select_ind()
492 locClientHandleType client_handle, in loc_sync_send_req() argument
[all …]
Dloc_api_sync_req.h70 locClientHandleType client_handle, /* handle of the client */
78 locClientHandleType client_handle,
DLocApiV02.h145 virtual void eventCb(locClientHandleType client_handle,
/device/moto/shamu/location/loc_api/loc_api_v02/
Dloc_api_sync_req.c59 locClientHandleType client_handle; member
126 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE; in loc_sync_req_init()
158 locClientHandleType client_handle, /* handle of the client */ in loc_sync_process_ind() argument
165 __func__,__LINE__, client_handle, ind_id); in loc_sync_process_ind()
188 if ( (loc_sync_array.slot_in_use[i]) && (slot->client_handle == client_handle) in loc_sync_process_ind()
305 slot->client_handle = LOC_CLIENT_INVALID_HANDLE_VALUE; in loc_free_slot()
347 locClientHandleType client_handle, /* Client handle */ in loc_sync_select_ind() argument
356 __func__, __LINE__, client_handle, ind_id, req_id); in loc_sync_select_ind()
369 slot->client_handle = client_handle; in loc_sync_select_ind()
492 locClientHandleType client_handle, in loc_sync_send_req() argument
[all …]
Dloc_api_sync_req.h70 locClientHandleType client_handle, /* handle of the client */
78 locClientHandleType client_handle,
DLocApiV02.h145 virtual void eventCb(locClientHandleType client_handle,
/device/huawei/angler/location/loc_api/ds_api/
Dds_client.h117 ds_client_status_enum_type ds_client_open_call(dsClientHandleType *client_handle,
126 ds_client_status_enum_type ds_client_start_call(dsClientHandleType client_handle,
133 ds_client_status_enum_type ds_client_stop_call(dsClientHandleType client_handle);
138 void ds_client_close_call(dsClientHandleType *client_handle);
Dds_client.c447 ds_client_start_call(dsClientHandleType client_handle, int profile_index, int pdp_type) in ds_client_start_call() argument
452 ds_client_session_data *ds_global_data = (ds_client_session_data *)client_handle; in ds_client_start_call()
499 ds_client_open_call(dsClientHandleType *client_handle, in ds_client_open_call() argument
511 ds_client_session_data **ds_global_data = (ds_client_session_data **)client_handle; in ds_client_open_call()
681 ds_client_status_enum_type ds_client_stop_call(dsClientHandleType client_handle) in ds_client_stop_call() argument
684 ds_client_session_data *p_ds_global_data = (ds_client_session_data *)client_handle; in ds_client_stop_call()
687 if(client_handle == NULL) { in ds_client_stop_call()
711 void ds_client_close_call(dsClientHandleType *client_handle) in ds_client_close_call() argument
713 ds_client_session_data **ds_global_data = (ds_client_session_data **)client_handle; in ds_client_close_call()
715 if(client_handle == NULL || *client_handle == NULL) { in ds_client_close_call()
/device/lge/bullhead/location/loc_api/ds_api/
Dds_client.h117 ds_client_status_enum_type ds_client_open_call(dsClientHandleType *client_handle,
126 ds_client_status_enum_type ds_client_start_call(dsClientHandleType client_handle,
133 ds_client_status_enum_type ds_client_stop_call(dsClientHandleType client_handle);
138 void ds_client_close_call(dsClientHandleType *client_handle);
Dds_client.c447 ds_client_start_call(dsClientHandleType client_handle, int profile_index, int pdp_type) in ds_client_start_call() argument
452 ds_client_session_data *ds_global_data = (ds_client_session_data *)client_handle; in ds_client_start_call()
499 ds_client_open_call(dsClientHandleType *client_handle, in ds_client_open_call() argument
511 ds_client_session_data **ds_global_data = (ds_client_session_data **)client_handle; in ds_client_open_call()
681 ds_client_status_enum_type ds_client_stop_call(dsClientHandleType client_handle) in ds_client_stop_call() argument
684 ds_client_session_data *p_ds_global_data = (ds_client_session_data *)client_handle; in ds_client_stop_call()
687 if(client_handle == NULL) { in ds_client_stop_call()
711 void ds_client_close_call(dsClientHandleType *client_handle) in ds_client_close_call() argument
713 ds_client_session_data **ds_global_data = (ds_client_session_data **)client_handle; in ds_client_close_call()
715 if(client_handle == NULL || *client_handle == NULL) { in ds_client_close_call()
/device/moto/shamu/location/loc_api/ds_api/
Dds_client.h117 ds_client_status_enum_type ds_client_open_call(dsClientHandleType *client_handle,
126 ds_client_status_enum_type ds_client_start_call(dsClientHandleType client_handle,
133 ds_client_status_enum_type ds_client_stop_call(dsClientHandleType client_handle);
138 void ds_client_close_call(dsClientHandleType *client_handle);
Dds_client.c451 ds_client_start_call(dsClientHandleType client_handle, int profile_index, int pdp_type) in ds_client_start_call() argument
456 ds_client_session_data *ds_global_data = (ds_client_session_data *)client_handle; in ds_client_start_call()
503 ds_client_open_call(dsClientHandleType *client_handle, in ds_client_open_call() argument
515 ds_client_session_data **ds_global_data = (ds_client_session_data **)client_handle; in ds_client_open_call()
685 ds_client_status_enum_type ds_client_stop_call(dsClientHandleType client_handle) in ds_client_stop_call() argument
688 ds_client_session_data *p_ds_global_data = (ds_client_session_data *)client_handle; in ds_client_stop_call()
691 if(client_handle == NULL) { in ds_client_stop_call()
715 void ds_client_close_call(dsClientHandleType *client_handle) in ds_client_close_call() argument
717 ds_client_session_data **ds_global_data = (ds_client_session_data **)client_handle; in ds_client_close_call()
719 if(client_handle == NULL || *client_handle == NULL) { in ds_client_close_call()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h345 uint32_t client_handle; member
351 uint32_t client_handle; member
364 uint32_t client_handle; /* client handle */ member
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h345 uint32_t client_handle; member
351 uint32_t client_handle; member
364 uint32_t client_handle; /* client handle */ member
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h336 uint32_t client_handle; member
342 uint32_t client_handle; member
355 uint32_t client_handle; /* client handle */ member
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h94 uint32_t client_handle; /* client handle */ member
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c1908 my_obj->clnt_mgr[idx].client_handle = client_hdl; in mm_jpeg_new_client()
1990 node->enc_info.client_handle = p_session->client_hdl; in mm_jpeg_start_job()
2692 if (data && (data->enc_info.client_handle == client_hdl)) { in mm_jpeg_queue_remove_job_by_client_id()
Dmm_jpegdec.c797 node->dec_info.client_handle = p_session->client_hdl; in mm_jpegdec_start_decode_job()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c2032 my_obj->clnt_mgr[idx].client_handle = client_hdl; in mm_jpeg_new_client()
2123 node->enc_info.client_handle = p_session->client_hdl; in mm_jpeg_start_job()
2872 if (data && (data->enc_info.client_handle == client_hdl)) { in mm_jpeg_queue_remove_job_by_client_id()
Dmm_jpegdec.c788 node->dec_info.client_handle = p_session->client_hdl; in mm_jpegdec_start_decode_job()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c2032 my_obj->clnt_mgr[idx].client_handle = client_hdl; in mm_jpeg_new_client()
2123 node->enc_info.client_handle = p_session->client_hdl; in mm_jpeg_start_job()
2872 if (data && (data->enc_info.client_handle == client_hdl)) { in mm_jpeg_queue_remove_job_by_client_id()
Dmm_jpegdec.c788 node->dec_info.client_handle = p_session->client_hdl; in mm_jpegdec_start_decode_job()

12