Home | History | Annotate | Download | only in libloc_api

Lines Matching refs:supl_req

290         const rpc_loc_ni_supl_notify_verify_req_s_type *supl_req;
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)
379 supl_req->requestor_id.requestor_id_string.requestor_id_string_val, /* buffer */
381 supl_req->requestor_id.requestor_id_string, /* buffer */
383 supl_req->requestor_id.string_len /* length */
385 ALOGD("SUPL NI: requestor_id: %s len=%d", notif.requestor_id, supl_req->requestor_id.string_len);
391 if (supl_req->flags & RPC_LOC_NI_ENCODING_TYPE_PRESENT)
393 notif.text_encoding = convert_encoding_type(supl_req->datacoding_scheme);
394 notif.requestor_id_encoding = convert_encoding_type(supl_req->datacoding_scheme);
400 loc_ni_fill_notif_verify_type(&notif, ni_req->payload.rpc_loc_ni_event_payload_u_type_u.supl_req.notification_priv_type);