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

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 659 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4;
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 848 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4;
849 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
876 AGpsBearerType bearerType;
880 bearerType = AGPS_APN_BEARER_IPV4;
883 bearerType = AGPS_APN_BEARER_IPV6;
886 bearerType = AGPS_APN_BEARER_IPV4V6;
889 bearerType = AGPS_APN_BEARER_INVALID;
893 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 794 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4;
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
822 AGpsBearerType bearerType;
826 bearerType = AGPS_APN_BEARER_IPV4;
829 bearerType = AGPS_APN_BEARER_IPV6;
832 bearerType = AGPS_APN_BEARER_IPV4V6;
835 bearerType = AGPS_APN_BEARER_INVALID;
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc.cpp 794 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4;
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
822 AGpsBearerType bearerType;
826 bearerType = AGPS_APN_BEARER_IPV4;
829 bearerType = AGPS_APN_BEARER_IPV6;
832 bearerType = AGPS_APN_BEARER_IPV4V6;
835 bearerType = AGPS_APN_BEARER_INVALID;
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);

Completed in 205 milliseconds