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

123

/hardware/qcom/gps/msm8998/gnss/
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.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 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...]
H A DGnssAdapter.h190 AGpsExtType agpsType,
192 void dataConnClosedCommand(AGpsExtType agpsType);
193 void dataConnFailedCommand(AGpsExtType agpsType);
/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 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...]
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 DGnssAdapter.h203 AGpsExtType agpsType,
205 void dataConnClosedCommand(AGpsExtType agpsType);
206 void dataConnFailedCommand(AGpsExtType agpsType);
/hardware/qcom/gps/msm8909w_3100/location/
H A Dlocation_interface.h54 void (*agpsDataConnOpen)(short agpsType, const char* apnName, int apnLen, int ipType);
55 void (*agpsDataConnClosed)(short agpsType);
56 void (*agpsDataConnFailed)(short agpsType);
/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h53 void (*agpsDataConnOpen)(short agpsType, const char* apnName, int apnLen, int ipType);
54 void (*agpsDataConnClosed)(short agpsType);
55 void (*agpsDataConnFailed)(short agpsType);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.h173 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
175 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
176 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType 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/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.h205 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
207 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
208 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);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.h173 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
175 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
176 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType 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);
/hardware/qcom/gps/loc_api/libloc_api_50001/
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.h232 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
234 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
235 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
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);
H A Dloc_eng.h220 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
222 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
223 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
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);
H A Dloc_eng.h232 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType,
234 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
235 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType 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/msm8084/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/msm8909/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);

Completed in 556 milliseconds

123