Searched refs:profile_index (Results 1 – 9 of 9) sorted by relevance
/device/huawei/angler/location/loc_api/ds_api/ |
D | ds_client.h | 120 int *profile_index, 127 int profile_index,
|
D | ds_client.c | 447 ds_client_start_call(dsClientHandleType client_handle, int profile_index, int pdp_type) in ds_client_start_call() argument 461 param_info.num_val = profile_index; in ds_client_start_call() 473 __func__, __LINE__, profile_index, pdp_type); in ds_client_start_call() 502 int *profile_index, in ds_client_open_call() argument 577 profile_identifier.profile_index = in ds_client_open_call() 578 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index; in ds_client_open_call() 597 emergency_profile_index = profile_identifier.profile_index; in ds_client_open_call() 646 *profile_index = emergency_profile_index; in ds_client_open_call()
|
/device/lge/bullhead/location/loc_api/ds_api/ |
D | ds_client.h | 120 int *profile_index, 127 int profile_index,
|
D | ds_client.c | 447 ds_client_start_call(dsClientHandleType client_handle, int profile_index, int pdp_type) in ds_client_start_call() argument 461 param_info.num_val = profile_index; in ds_client_start_call() 473 __func__, __LINE__, profile_index, pdp_type); in ds_client_start_call() 502 int *profile_index, in ds_client_open_call() argument 577 profile_identifier.profile_index = in ds_client_open_call() 578 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index; in ds_client_open_call() 597 emergency_profile_index = profile_identifier.profile_index; in ds_client_open_call() 646 *profile_index = emergency_profile_index; in ds_client_open_call()
|
/device/moto/shamu/location/loc_api/ds_api/ |
D | ds_client.h | 120 int *profile_index, 127 int profile_index,
|
D | ds_client.c | 451 ds_client_start_call(dsClientHandleType client_handle, int profile_index, int pdp_type) in ds_client_start_call() argument 465 param_info.num_val = profile_index; in ds_client_start_call() 477 __func__, __LINE__, profile_index, pdp_type); in ds_client_start_call() 506 int *profile_index, in ds_client_open_call() argument 581 profile_identifier.profile_index = in ds_client_open_call() 582 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index; in ds_client_open_call() 601 emergency_profile_index = profile_identifier.profile_index; in ds_client_open_call() 650 *profile_index = emergency_profile_index; in ds_client_open_call()
|
/device/huawei/angler/location/loc_api/loc_api_v02/ |
D | LocApiV02.cpp | 2828 int profile_index; in openAndStartDataCall() local 2833 &profile_index, in openAndStartDataCall() 2836 result = ds_client_start_call(dsClientHandle, profile_index, pdp_type); in openAndStartDataCall()
|
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
D | LocApiV02.cpp | 2828 int profile_index; in openAndStartDataCall() local 2833 &profile_index, in openAndStartDataCall() 2836 result = ds_client_start_call(dsClientHandle, profile_index, pdp_type); in openAndStartDataCall()
|
/device/moto/shamu/location/loc_api/loc_api_v02/ |
D | LocApiV02.cpp | 2735 int profile_index; in openAndStartDataCall() local 2740 &profile_index, in openAndStartDataCall() 2743 result = ds_client_start_call(dsClientHandle, profile_index, pdp_type); in openAndStartDataCall()
|