Home
last modified time | relevance | path

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

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