Home | History | Annotate | Download | only in libloc_api_50001

Lines Matching refs:ret_val

267     const GpsInterface* ret_val;
278 ret_val = NULL;
280 ret_val = &sLocEngInterface;
285 EXIT_LOG(%p, ret_val);
286 return ret_val;
455 int ret_val = loc_eng_start(loc_afw_data);
457 EXIT_LOG(%d, ret_val);
458 return ret_val;
480 int ret_val = -1;
481 ret_val = loc_eng_stop(loc_afw_data);
483 EXIT_LOG(%d, ret_val);
484 return ret_val;
510 int ret_val = -1;
526 ret_val = loc_eng_set_position_mode(loc_afw_data, params);
528 EXIT_LOG(%d, ret_val);
529 return ret_val;
551 int ret_val = 0;
553 ret_val = loc_eng_inject_time(loc_afw_data, time,
556 EXIT_LOG(%d, ret_val);
557 return ret_val;
581 int ret_val = 0;
582 ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
584 EXIT_LOG(%d, ret_val);
585 return ret_val;
672 const void* ret_val = NULL;
677 ret_val = &sLocEngXTRAInterface;
681 ret_val = &sLocEngAGpsInterface;
685 ret_val = &sLocEngNiInterface;
689 ret_val = &sLocEngAGpsRilInterface;
694 ret_val = get_geofence_interface();
699 ret_val = &sLocEngAGpsCertInterface;
703 ret_val = &sLocEngConfigInterface;
707 ret_val = &sLocEngGpsMeasurementInterface;
713 EXIT_LOG(%p, ret_val);
714 return ret_val;
762 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
764 EXIT_LOG(%d, ret_val);
765 return ret_val;
806 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
808 EXIT_LOG(%d, ret_val);
809 return ret_val;
833 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
835 EXIT_LOG(%d, ret_val);
836 return ret_val;
860 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
862 EXIT_LOG(%d, ret_val);
863 return ret_val;
898 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
900 EXIT_LOG(%d, ret_val);
901 return ret_val;
927 int ret_val = loc_eng_xtra_init(loc_afw_data, &extCallbacks);
929 EXIT_LOG(%d, ret_val);
930 return ret_val;
953 int ret_val = -1;
955 ret_val = loc_eng_xtra_inject_data(loc_afw_data, data, length);
959 EXIT_LOG(%d, ret_val);
960 return ret_val;
982 int ret_val = loc_eng_gps_measurement_init(loc_afw_data,
985 EXIT_LOG(%d, ret_val);
986 return ret_val;
1105 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length);
1106 EXIT_LOG(%d, ret_val);
1107 return ret_val;
1114 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC;
1115 EXIT_LOG(%d, ret_val);
1116 return ret_val;