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

  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp 290 const rpc_loc_ni_supl_notify_verify_req_s_type *supl_req; local
351 supl_req = &ni_req->payload.rpc_loc_ni_event_payload_u_type_u.supl_req;
353 notif.timeout = LOC_NI_NO_RESPONSE_TIME; // supl_req->user_response_timer;
359 if (supl_req->flags & RPC_LOC_NI_CLIENT_NAME_PRESENT)
363 supl_req->client_name.client_name_string.client_name_string_val, /* buffer */
365 supl_req->client_name.client_name_string, /* buffer */
367 supl_req->client_name.string_len /* length */
369 ALOGD("SUPL NI: client_name: %s len=%d", notif.text, supl_req->client_name.string_len);
375 if (supl_req->flags & RPC_LOC_NI_REQUESTOR_ID_PRESENT
    [all...]
loc_eng.cpp 645 rpc_loc_ni_supl_notify_verify_req_s_type *supl_req; local
654 supl_req = &ni_req->payload.rpc_loc_ni_event_payload_u_type_u.supl_req;
662 supl_req->flags = RPC_LOC_NI_CLIENT_NAME_PRESENT |
666 supl_req->datacoding_scheme = RPC_LOC_NI_SUPL_GSM_DEFAULT;
668 supl_req->client_name.data_coding_scheme = RPC_LOC_NI_SUPL_GSM_DEFAULT; // no coding
669 supl_req->client_name.client_name_string.client_name_string_len = strlen(client_name);
670 supl_req->client_name.client_name_string.client_name_string_val = client_name;
671 supl_req->client_name.string_len = strlen(client_name);
673 supl_req->requestor_id.data_coding_scheme = RPC_LOC_NI_SUPL_GSM_DEFAULT
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 460 rpc_loc_ni_supl_notify_verify_req_s_type supl_req;
loc_api_common_xdr.c 766 if (!xdr_rpc_loc_ni_supl_notify_verify_req_s_type (xdrs, &objp->rpc_loc_ni_event_payload_u_type_u.supl_req))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 440 rpc_loc_ni_supl_notify_verify_req_s_type supl_req;
loc_api_common_xdr.c 723 if (!xdr_rpc_loc_ni_supl_notify_verify_req_s_type (xdrs, &objp->rpc_loc_ni_event_payload_u_type_u.supl_req))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 466 rpc_loc_ni_supl_notify_verify_req_s_type supl_req; member in union:rpc_loc_ni_event_payload_u_type::__anon17905
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 459 rpc_loc_ni_supl_notify_verify_req_s_type supl_req; member in union:rpc_loc_ni_event_payload_u_type::__anon17925
    [all...]

Completed in 267 milliseconds