HomeSort by relevance Sort by last modified time
    Searched defs:agpsType (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 92 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
658 AGpsType agpsType = AGPS_TYPE_SUPL;
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
686 AGpsType agpsType = AGPS_TYPE_SUPL;
687 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
713 AGpsType agpsType = AGPS_TYPE_SUPL;
714 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 105 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
847 AGpsType agpsType = AGPS_TYPE_SUPL;
849 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
875 AGpsType agpsType = AGPS_TYPE_SUPL;
893 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
919 AGpsType agpsType = AGPS_TYPE_SUPL;
920 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
793 AGpsType agpsType = AGPS_TYPE_SUPL;
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
821 AGpsType agpsType = AGPS_TYPE_SUPL;
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
865 AGpsType agpsType = AGPS_TYPE_SUPL;
866 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc.cpp 94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
793 AGpsType agpsType = AGPS_TYPE_SUPL;
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
821 AGpsType agpsType = AGPS_TYPE_SUPL;
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
865 AGpsType agpsType = AGPS_TYPE_SUPL;
866 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]

Completed in 865 milliseconds