Home
last modified time | relevance | path

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

12345

/hardware/qcom/gps/msm8909w_3100/gnss/
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) { in agpsDataConnOpen() argument
231 agpsType, apnName, apnLen, ipType); in agpsDataConnOpen()
234 static void agpsDataConnClosed(AGpsExtType agpsType) { in agpsDataConnClosed() argument
237 gGnssAdapter->dataConnClosedCommand(agpsType); in agpsDataConnClosed()
240 static void agpsDataConnFailed(AGpsExtType agpsType) { in agpsDataConnFailed() argument
243 gGnssAdapter->dataConnFailedCommand(agpsType); in agpsDataConnFailed()
DAgps.h43 AGpsBearerType bearerType, AGpsExtType agpsType)> AgpsAtlOpenStatusCb;
224 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType): in AgpsStateMachine() argument
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0), in AgpsStateMachine()
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) : in AgpsMsgRequestATL()
430 agpsType) { in AgpsMsgRequestATL()
DAgps.cpp743 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine() argument
745 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType); in getAgpsStateMachine()
747 switch (agpsType) { in getAgpsStateMachine()
774 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){ in requestATL() argument
777 connHandle, agpsType); in requestATL()
779 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
783 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType); in requestATL()
785 connHandle, 0, NULL, AGPS_APN_BEARER_INVALID, agpsType); in requestATL()
794 if(agpsType == LOC_AGPS_TYPE_SUPL_ES){ in requestATL()
855 AGpsExtType agpsType, char* apnName, int apnLen, in reportAtlOpenSuccess() argument
[all …]
/hardware/qcom/sdm845/gps/msm8998/gnss/
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) { in agpsDataConnOpen() argument
229 agpsType, apnName, apnLen, ipType); in agpsDataConnOpen()
232 static void agpsDataConnClosed(AGpsExtType agpsType) { in agpsDataConnClosed() argument
235 gGnssAdapter->dataConnClosedCommand(agpsType); in agpsDataConnClosed()
238 static void agpsDataConnFailed(AGpsExtType agpsType) { in agpsDataConnFailed() argument
241 gGnssAdapter->dataConnFailedCommand(agpsType); in agpsDataConnFailed()
DAgps.h43 AGpsBearerType bearerType, AGpsExtType agpsType)> AgpsAtlOpenStatusCb;
224 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType): in AgpsStateMachine() argument
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0), in AgpsStateMachine()
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) : in AgpsMsgRequestATL()
430 agpsType) { in AgpsMsgRequestATL()
DAgps.cpp740 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine() argument
742 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType); in getAgpsStateMachine()
744 switch (agpsType) { in getAgpsStateMachine()
771 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){ in requestATL() argument
774 connHandle, agpsType); in requestATL()
776 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
780 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType); in requestATL()
782 connHandle, 0, NULL, AGPS_APN_BEARER_INVALID, agpsType); in requestATL()
791 if(agpsType == LOC_AGPS_TYPE_SUPL_ES){ in requestATL()
852 AGpsExtType agpsType, char* apnName, int apnLen, in reportAtlOpenSuccess() argument
[all …]
/hardware/qcom/gps/msm8998/gnss/
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) { in agpsDataConnOpen() argument
229 agpsType, apnName, apnLen, ipType); in agpsDataConnOpen()
232 static void agpsDataConnClosed(AGpsExtType agpsType) { in agpsDataConnClosed() argument
235 gGnssAdapter->dataConnClosedCommand(agpsType); in agpsDataConnClosed()
238 static void agpsDataConnFailed(AGpsExtType agpsType) { in agpsDataConnFailed() argument
241 gGnssAdapter->dataConnFailedCommand(agpsType); in agpsDataConnFailed()
DAgps.h43 AGpsBearerType bearerType, AGpsExtType agpsType)> AgpsAtlOpenStatusCb;
224 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType): in AgpsStateMachine() argument
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0), in AgpsStateMachine()
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) : in AgpsMsgRequestATL()
430 agpsType) { in AgpsMsgRequestATL()
DAgps.cpp738 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine() argument
740 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType); in getAgpsStateMachine()
742 switch (agpsType) { in getAgpsStateMachine()
769 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){ in requestATL() argument
772 connHandle, agpsType); in requestATL()
774 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
778 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType); in requestATL()
780 connHandle, 0, NULL, AGPS_APN_BEARER_INVALID, agpsType); in requestATL()
789 if (agpsType == LOC_AGPS_TYPE_SUPL_ES) { in requestATL()
850 AGpsExtType agpsType, char* apnName, int apnLen, in reportAtlOpenSuccess() argument
[all …]
/hardware/qcom/sdm845/gps/sdm845/gnss/
DAgps.cpp741 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine() argument
743 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType); in getAgpsStateMachine()
745 switch (agpsType) { in getAgpsStateMachine()
772 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType, LocApnTypeMask mask){ in requestATL() argument
775 connHandle, agpsType, mask); in requestATL()
777 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
781 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType); in requestATL()
783 connHandle, 0, NULL, AGPS_APN_BEARER_INVALID, agpsType, mask); in requestATL()
792 if (agpsType == LOC_AGPS_TYPE_SUPL_ES) { in requestATL()
853 AGpsExtType agpsType, char* apnName, int apnLen, in reportAtlOpenSuccess() argument
[all …]
DAgps.h44 AGpsBearerType bearerType, AGpsExtType agpsType,
165 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType): in AgpsStateMachine() argument
168 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0), in AgpsStateMachine()
312 void requestATL(int connHandle, AGpsExtType agpsType, LocApnTypeMask mask);
320 void reportAtlOpenSuccess(AGpsExtType agpsType, char* apnName, int apnLen,
322 void reportAtlOpenFailed(AGpsExtType agpsType);
323 void reportAtlClosed(AGpsExtType agpsType);
348 AgpsStateMachine* getAgpsStateMachine(AGpsExtType agpsType);
363 AGpsExtType agpsType, LocApnTypeMask mask) : in AgpsMsgRequestATL()
365 mAgpsType(agpsType), mApnTypeMask(mask) { in AgpsMsgRequestATL()
Dlocation_gnss.cpp64 static void agpsDataConnOpen(AGpsExtType agpsType, const char* apnName, int apnLen, int ipType);
65 static void agpsDataConnClosed(AGpsExtType agpsType);
66 static void agpsDataConnFailed(AGpsExtType agpsType);
283 AGpsExtType agpsType, const char* apnName, int apnLen, int ipType) { in agpsDataConnOpen() argument
287 agpsType, apnName, apnLen, (AGpsBearerType)ipType); in agpsDataConnOpen()
290 static void agpsDataConnClosed(AGpsExtType agpsType) { in agpsDataConnClosed() argument
293 gGnssAdapter->dataConnClosedCommand(agpsType); in agpsDataConnClosed()
296 static void agpsDataConnFailed(AGpsExtType agpsType) { in agpsDataConnFailed() argument
299 gGnssAdapter->dataConnFailedCommand(agpsType); in agpsDataConnFailed()
/hardware/qcom/sdm845/gps/msm8998/location/
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/msm8998/location/
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/msm8909w_3100/location/
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/sdm845/gps/sdm845/location/
Dlocation_interface.h59 void (*agpsDataConnOpen)(AGpsExtType agpsType, const char* apnName, int apnLen, int ipType);
60 void (*agpsDataConnClosed)(AGpsExtType agpsType);
61 void (*agpsDataConnFailed)(AGpsExtType agpsType);
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
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);
Dloc.cpp697 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open() local
699 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open()
725 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_with_apniptype() local
743 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open_with_apniptype()
769 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed() local
770 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); in loc_agps_closed()
796 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed() local
797 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); in loc_agps_open_failed()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
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);
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
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);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
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);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc.cpp690 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open() local
692 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open()
718 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_with_apniptype() local
736 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open_with_apniptype()
762 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed() local
763 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); in loc_agps_closed()
789 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed() local
790 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); in loc_agps_open_failed()
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
Dloc.cpp690 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open() local
692 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open()
718 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_with_apniptype() local
736 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open_with_apniptype()
762 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed() local
763 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); in loc_agps_closed()
789 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed() local
790 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); in loc_agps_open_failed()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
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);
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
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);

12345