HomeSort by relevance Sort by last modified time
    Searched refs:agpsType (Results 1 - 25 of 54) sorted by null

1 2 3

  /hardware/qcom/gps/msm8998/gnss/
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);
223 AGpsExtType agpsType, const char* apnName, int apnLen, int ipType) {
227 agpsType, apnName, apnLen, ipType);
230 static void agpsDataConnClosed(AGpsExtType agpsType) {
233 gGnssAdapter->dataConnClosedCommand(agpsType);
236 static void agpsDataConnFailed(AGpsExtType agpsType) {
239 gGnssAdapter->dataConnFailedCommand(agpsType);
Agps.cpp 737 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) {
739 LOC_LOGD("AgpsManager::getAgpsStateMachine(): agpsType %d", agpsType);
741 switch (agpsType) {
768 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){
770 LOC_LOGD("AgpsManager::requestATL(): connHandle %d, agpsType %d",
771 connHandle, agpsType);
773 AgpsStateMachine* sm = getAgpsStateMachine(agpsType);
777 LOC_LOGE("No AGPS State Machine for agpsType: %d", agpsType);
    [all...]
Agps.h 43 AGpsBearerType bearerType, AGpsExtType agpsType)> AgpsAtlOpenStatusCb;
221 AgpsStateMachine(AgpsManager* agpsManager, AGpsExtType agpsType):
224 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0),
374 void requestATL(int connHandle, AGpsExtType agpsType);
383 AGpsExtType agpsType, char* apnName, int apnLen,
385 void reportAtlOpenFailed(AGpsExtType agpsType);
386 void reportAtlClosed(AGpsExtType agpsType);
411 AgpsStateMachine* getAgpsStateMachine(AGpsExtType agpsType);
425 AGpsExtType agpsType) :
427 agpsType) {
    [all...]
GnssAdapter.h 188 AGpsExtType agpsType,
190 void dataConnClosedCommand(AGpsExtType agpsType);
191 void dataConnFailedCommand(AGpsExtType agpsType);
  /hardware/qcom/gps/msm8998/location/
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/msm8909/loc_api/libloc_api_50001/
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);
loc.cpp 93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
697 AGpsType agpsType = AGPS_TYPE_SUPL;
699 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
725 AGpsType agpsType = AGPS_TYPE_SUPL;
743 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
769 AGpsType agpsType = AGPS_TYPE_SUPL;
770 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
LocEngAdapter.h 155 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType)
157 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
285 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
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);
loc.cpp 92 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
658 AGpsType agpsType = AGPS_TYPE_SUPL;
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
686 AGpsType agpsType = AGPS_TYPE_SUPL;
687 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
713 AGpsType agpsType = AGPS_TYPE_SUPL;
714 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType);
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
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);
loc.cpp 97 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
759 AGpsType agpsType = AGPS_TYPE_SUPL;
761 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
787 AGpsType agpsType = AGPS_TYPE_SUPL;
805 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
831 AGpsType agpsType = AGPS_TYPE_SUPL;
832 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 97 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
689 AGpsType agpsType = AGPS_TYPE_SUPL;
691 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
717 AGpsType agpsType = AGPS_TYPE_SUPL;
735 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
761 AGpsType agpsType = AGPS_TYPE_SUPL;
762 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
loc_eng.h 232 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);
LocEngAdapter.h 150 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType)
152 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
280 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
793 AGpsType agpsType = AGPS_TYPE_SUPL;
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
821 AGpsType agpsType = AGPS_TYPE_SUPL;
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
865 AGpsType agpsType = AGPS_TYPE_SUPL;
866 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
loc_eng.h 220 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);
LocEngAdapter.h 155 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType)
157 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType);
283 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
690 AGpsType agpsType = AGPS_TYPE_SUPL;
692 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
718 AGpsType agpsType = AGPS_TYPE_SUPL;
736 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType);
762 AGpsType agpsType = AGPS_TYPE_SUPL;
763 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType);
    [all...]
loc_eng.h 232 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/
LocApiRpc.h 114 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/
LocApiRpc.h 114 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/
LocApiRpc.h 114 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 114 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 114 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);

Completed in 414 milliseconds

1 2 3