/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | location_gnss.cpp | 58 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()
|
D | Agps.h | 43 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()
|
D | Agps.cpp | 743 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/ |
D | location_gnss.cpp | 58 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()
|
D | Agps.h | 43 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()
|
D | Agps.cpp | 740 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/ |
D | location_gnss.cpp | 58 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()
|
D | Agps.h | 43 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()
|
D | Agps.cpp | 738 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/ |
D | Agps.cpp | 741 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 …]
|
D | Agps.h | 44 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()
|
D | location_gnss.cpp | 64 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/ |
D | location_interface.h | 53 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/ |
D | location_interface.h | 53 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/ |
D | location_interface.h | 54 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/ |
D | location_interface.h | 59 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/ |
D | loc_eng.h | 173 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);
|
D | loc.cpp | 697 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/ |
D | loc_eng.h | 173 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/ |
D | loc_eng.h | 173 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/ |
D | loc_eng.h | 173 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/ |
D | loc.cpp | 690 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/ |
D | loc.cpp | 690 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/ |
D | loc_eng.h | 205 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/ |
D | loc_eng.h | 205 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);
|