Home
last modified time | relevance | path

Searched refs:bearerType (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp781 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4; in loc_agps_open() local
782 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open()
809 AGpsBearerType bearerType; in loc_agps_open_with_apniptype() local
813 bearerType = AGPS_APN_BEARER_IPV4; in loc_agps_open_with_apniptype()
816 bearerType = AGPS_APN_BEARER_IPV6; in loc_agps_open_with_apniptype()
819 bearerType = AGPS_APN_BEARER_IPV4V6; in loc_agps_open_with_apniptype()
822 bearerType = AGPS_APN_BEARER_INVALID; in loc_agps_open_with_apniptype()
826 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open_with_apniptype()
Dloc_eng.h215 const char* apn, AGpsBearerType bearerType);
Dloc_eng.cpp2236 const char* apn, AGpsBearerType bearerType) in loc_eng_agps_open() argument
2254 new LocEngAtlOpenSuccess(sm, apn, apn_len, bearerType)); in loc_eng_agps_open()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp659 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4; in loc_agps_open() local
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open()
Dloc_eng.h201 const char* apn, AGpsBearerType bearerType);
Dloc_eng.cpp2049 const char* apn, AGpsBearerType bearerType) in loc_eng_agps_open() argument
2067 new LocEngAtlOpenSuccess(sm, apn, apn_len, bearerType)); in loc_eng_agps_open()