Searched defs:agpsType (Results 1 - 25 of 31) sorted by relevance

12

/hardware/qcom/gps/msm8909w_3100/gnss/
H A DAgps.cpp743 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { argument
745 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType);
747 switch (agpsType) {
774 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){ argument
776 LOC_LOGD("AgpsManager::requestATL(): connHandle %d, agpsType %d",
777 connHandle, agpsType);
779 AgpsStateMachine* sm = getAgpsStateMachine(agpsType);
783 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType);
854 reportAtlOpenSuccess( AGpsExtType agpsType, char* apnName, int apnLen, LocApnIpType ipType) argument
890 reportAtlOpenFailed(AGpsExtType agpsType) argument
899 reportAtlClosed(AGpsExtType agpsType) argument
[all...]
H A Dlocation_gnss.cpp58 static void agpsDataConnOpen(AGpsExtType agpsType, const char* apnName, int apnLen, int ipType);
59 static void agpsDataConnClosed(AGpsExtType agpsType);
60 static void agpsDataConnFailed(AGpsExtType agpsType);
227 AGpsExtType agpsType, const char* apnName, int apnLen, int ipType) {
231 agpsType, apnName, apnLen, ipType);
234 static void agpsDataConnClosed(AGpsExtType agpsType) { argument
237 gGnssAdapter->dataConnClosedCommand(agpsType);
240 static void agpsDataConnFailed(AGpsExtType agpsType) { argument
243 gGnssAdapter->dataConnFailedCommand(agpsType);
226 agpsDataConnOpen( AGpsExtType agpsType, const char* apnName, int apnLen, int ipType) argument
H A DAgps.h43 AGpsBearerType bearerType, AGpsExtType agpsType)> AgpsAtlOpenStatusCb;
224 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType): argument
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0),
377 void requestATL(int connHandle, AGpsExtType agpsType);
386 AGpsExtType agpsType, char* apnName, int apnLen,
388 void reportAtlOpenFailed(AGpsExtType agpsType);
389 void reportAtlClosed(AGpsExtType agpsType);
414 AgpsStateMachine* getAgpsStateMachine(AGpsExtType agpsType);
428 AGpsExtType agpsType) :
430 agpsType) {
427 AgpsMsgRequestATL(AgpsManager* agpsManager, int connHandle, AGpsExtType agpsType) argument
[all...]
/hardware/qcom/gps/msm8998/gnss/
H A DAgps.cpp735 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { argument
737 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType);
739 switch (agpsType) {
766 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){ argument
768 LOC_LOGD("AgpsManager::requestATL(): connHandle %d, agpsType %d",
769 connHandle, agpsType);
771 AgpsStateMachine* sm = getAgpsStateMachine(agpsType);
775 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType);
846 reportAtlOpenSuccess( AGpsExtType agpsType, char* apnName, int apnLen, LocApnIpType ipType) argument
882 reportAtlOpenFailed(AGpsExtType agpsType) argument
891 reportAtlClosed(AGpsExtType agpsType) argument
[all...]
H A Dlocation_gnss.cpp58 static void agpsDataConnOpen(AGpsExtType agpsType, const char* apnName, int apnLen, int ipType);
59 static void agpsDataConnClosed(AGpsExtType agpsType);
60 static void agpsDataConnFailed(AGpsExtType agpsType);
225 AGpsExtType agpsType, const char* apnName, int apnLen, int ipType) {
229 agpsType, apnName, apnLen, ipType);
232 static void agpsDataConnClosed(AGpsExtType agpsType) { argument
235 gGnssAdapter->dataConnClosedCommand(agpsType);
238 static void agpsDataConnFailed(AGpsExtType agpsType) { argument
241 gGnssAdapter->dataConnFailedCommand(agpsType);
224 agpsDataConnOpen( AGpsExtType agpsType, const char* apnName, int apnLen, int ipType) argument
H A DAgps.h43 AGpsBearerType bearerType, AGpsExtType agpsType)> AgpsAtlOpenStatusCb;
224 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType): argument
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0),
377 void requestATL(int connHandle, AGpsExtType agpsType);
386 AGpsExtType agpsType, char* apnName, int apnLen,
388 void reportAtlOpenFailed(AGpsExtType agpsType);
389 void reportAtlClosed(AGpsExtType agpsType);
414 AgpsStateMachine* getAgpsStateMachine(AGpsExtType agpsType);
428 AGpsExtType agpsType) :
430 agpsType) {
427 AgpsMsgRequestATL(AgpsManager* agpsManager, int connHandle, AGpsExtType agpsType) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.h150 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
152 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
H A Dloc.cpp689 AGpsType agpsType = AGPS_TYPE_SUPL; local
691 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
717 AGpsType agpsType = AGPS_TYPE_SUPL; local
735 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
761 AGpsType agpsType = AGPS_TYPE_SUPL; local
762 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
788 AGpsType agpsType = AGPS_TYPE_SUPL; local
789 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
H A Dloc_eng.cpp210 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType);
2336 getAgpsStateMachine(loc_eng_data_s_type &locEng, AGpsExtType agpsType) { argument
2338 switch (agpsType) {
2377 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, argument
2393 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2419 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2425 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2449 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2455 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
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.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 Dloc_eng.cpp190 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType);
2008 getAgpsStateMachine(loc_eng_data_s_type &locEng, AGpsExtType agpsType) { argument
2010 switch (agpsType) {
2047 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, argument
2063 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2089 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2095 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
2119 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2125 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DLocEngAdapter.h150 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
152 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
H A Dloc.cpp690 AGpsType agpsType = AGPS_TYPE_SUPL; local
692 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
718 AGpsType agpsType = AGPS_TYPE_SUPL; local
736 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
762 AGpsType agpsType = AGPS_TYPE_SUPL; local
763 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
789 AGpsType agpsType = AGPS_TYPE_SUPL; local
790 int ret_val = loc_eng_agps_open_failed(loc_afw_data, 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) {
/hardware/qcom/gps/msm8084/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) {
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
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.cpp793 AGpsType agpsType = AGPS_TYPE_SUPL; local
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
821 AGpsType agpsType = AGPS_TYPE_SUPL; local
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
865 AGpsType agpsType = AGPS_TYPE_SUPL; local
866 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
892 AGpsType agpsType = AGPS_TYPE_SUPL; local
893 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1072 LocApiRpc::atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
1077 if (AGPS_TYPE_INVALID == agpsType) {
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
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.cpp696 AGpsType agpsType = AGPS_TYPE_SUPL; local
698 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
724 AGpsType agpsType = AGPS_TYPE_SUPL; local
742 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
768 AGpsType agpsType = AGPS_TYPE_SUPL; local
769 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
795 AGpsType agpsType = AGPS_TYPE_SUPL; local
796 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
/hardware/qcom/gps/msm8994/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) {
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1072 LocApiRpc::atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) argument
1077 if (AGPS_TYPE_INVALID == agpsType) {
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
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.cpp760 AGpsType agpsType = AGPS_TYPE_SUPL; local
762 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
788 AGpsType agpsType = AGPS_TYPE_SUPL; local
806 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
832 AGpsType agpsType = AGPS_TYPE_SUPL; local
833 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
859 AGpsType agpsType = AGPS_TYPE_SUPL; local
860 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);

Completed in 348 milliseconds

12