HomeSort by relevance Sort by last modified time
    Searched defs:bearerType (Results 1 - 2 of 2) 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 781 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4;
782 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
809 AGpsBearerType bearerType;
813 bearerType = AGPS_APN_BEARER_IPV4;
816 bearerType = AGPS_APN_BEARER_IPV6;
819 bearerType = AGPS_APN_BEARER_IPV4V6;
822 bearerType = AGPS_APN_BEARER_INVALID;
826 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);

Completed in 368 milliseconds