Home | History | Annotate | Download | only in libloc_api_50001

Lines Matching refs:ret_val

165     const GpsInterface* ret_val;
176 ret_val = NULL;
178 ret_val = &sLocEngInterface;
183 EXIT_LOG(%p, ret_val);
184 return ret_val;
330 int ret_val = loc_eng_start(loc_afw_data);
332 EXIT_LOG(%d, ret_val);
333 return ret_val;
355 int ret_val = -1;
356 ret_val = loc_eng_stop(loc_afw_data);
358 EXIT_LOG(%d, ret_val);
359 return ret_val;
385 int ret_val = -1;
401 ret_val = loc_eng_set_position_mode(loc_afw_data, params);
403 EXIT_LOG(%d, ret_val);
404 return ret_val;
426 int ret_val = 0;
428 ret_val = loc_eng_inject_time(loc_afw_data, time,
431 EXIT_LOG(%d, ret_val);
432 return ret_val;
475 int ret_val = 0;
478 ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
480 EXIT_LOG(%d, ret_val);
481 return ret_val;
565 const void* ret_val = NULL;
570 ret_val = &sLocEngXTRAInterface;
581 ret_val = &sLocEngAGpsInterface;
585 ret_val = NULL;
590 ret_val = &sLocEngNiInterface;
598 ret_val = &sLocEngAGpsRilInterface;
604 ret_val = get_geofence_interface();
611 EXIT_LOG(%p, ret_val);
612 return ret_val;
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
662 EXIT_LOG(%d, ret_val);
663 return ret_val;
687 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
689 EXIT_LOG(%d, ret_val);
690 return ret_val;
714 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
716 EXIT_LOG(%d, ret_val);
717 return ret_val;
752 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
754 EXIT_LOG(%d, ret_val);
755 return ret_val;
778 int ret_val = loc_eng_xtra_init(loc_afw_data, (GpsXtraExtCallbacks*)callbacks);
780 EXIT_LOG(%d, ret_val);
781 return ret_val;
804 int ret_val = -1;
806 ret_val = loc_eng_xtra_inject_data(loc_afw_data, data, length);
810 EXIT_LOG(%d, ret_val);
811 return ret_val;