Searched refs:agpsType (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.h214 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
216 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
217 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
H A Dloc.cpp780 AGpsType agpsType = AGPS_TYPE_SUPL; local
782 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
808 AGpsType agpsType = AGPS_TYPE_SUPL; local
826 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
852 AGpsType agpsType = AGPS_TYPE_SUPL; local
853 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
879 AGpsType agpsType = AGPS_TYPE_SUPL; local
880 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
H A DLocEngAdapter.h155 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
157 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
H A Dloc_eng.cpp202 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType);
2196 getAgpsStateMachine(loc_eng_data_s_type &locEng, AGpsExtType agpsType) { argument
2198 switch (agpsType) {
2235 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, argument
2251 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2277 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2283 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2307 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2313 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.h200 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
202 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
203 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
H A Dloc.cpp658 AGpsType agpsType = AGPS_TYPE_SUPL; local
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
686 AGpsType agpsType = AGPS_TYPE_SUPL; local
687 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
713 AGpsType agpsType = AGPS_TYPE_SUPL; local
714 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
H A DLocEngAdapter.h140 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
142 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
H A Dloc_eng.cpp190 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType);
2009 getAgpsStateMachine(loc_eng_data_s_type &locEng, AGpsExtType agpsType) { argument
2011 switch (agpsType) {
2048 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, argument
2064 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2090 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2096 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2120 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2126 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h114 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.h133 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
H A DLocApiBase.cpp341 AGpsBearerType bear, AGpsType agpsType)
/hardware/qcom/gps/core/
H A DLocApiBase.h150 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
H A DLocApiBase.cpp377 AGpsBearerType bear, AGpsType agpsType)
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1068 LocApiRpc::atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
1073 if (AGPS_TYPE_INVALID == agpsType) {

Completed in 122 milliseconds