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.cpp794 AGpsBearerType bearerType = AGPS_APN_BEARER_IPV4; in loc_agps_open() local
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open()
822 AGpsBearerType bearerType; in loc_agps_open_with_apniptype() local
826 bearerType = AGPS_APN_BEARER_IPV4; in loc_agps_open_with_apniptype()
829 bearerType = AGPS_APN_BEARER_IPV6; in loc_agps_open_with_apniptype()
832 bearerType = AGPS_APN_BEARER_IPV4V6; in loc_agps_open_with_apniptype()
835 bearerType = AGPS_APN_BEARER_INVALID; in loc_agps_open_with_apniptype()
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open_with_apniptype()
Dloc_eng.h216 const char* apn, AGpsBearerType bearerType);
Dloc_eng.cpp2355 const char* apn, AGpsBearerType bearerType) in loc_eng_agps_open() argument
2373 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()