/hardware/qcom/gps/core/ |
loc_core_log.h | 45 const char* loc_get_agps_type_name(AGpsType type);
|
LocAdapterBase.cpp | 109 requestATL(int connHandle, AGpsType agps_type)
|
LocAdapterBase.h | 95 virtual bool requestATL(int connHandle, AGpsType agps_type);
|
LocApiBase.h | 118 void requestATL(int connHandle, AGpsType agps_type); 150 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
|
loc_core_log.cpp | 147 const char* loc_get_agps_type_name(AGpsType type)
|
LocApiBase.cpp | 289 void LocApiBase::requestATL(int connHandle, AGpsType agps_type) 377 AGpsBearerType bear, AGpsType agpsType)
|
/hardware/qcom/gps/msm8960/core/ |
loc_core_log.h | 45 const char* loc_get_agps_type_name(AGpsType type);
|
LocAdapterBase.h | 93 virtual bool requestATL(int connHandle, AGpsType agps_type);
|
LocApiBase.h | 104 void requestATL(int connHandle, AGpsType agps_type); 133 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
|
LocAdapterBase.cpp | 117 requestATL(int connHandle, AGpsType agps_type)
|
loc_core_log.cpp | 147 const char* loc_get_agps_type_name(AGpsType type)
|
LocApiBase.cpp | 259 void LocApiBase::requestATL(int connHandle, AGpsType agps_type) 341 AGpsBearerType bear, AGpsType agpsType)
|
/hardware/libhardware/include/hardware/ |
gps.h | 138 typedef uint16_t AGpsType; 650 AGpsType type; 659 AGpsType type; 669 AGpsType type; 725 int (*set_server)( AGpsType type, const char* hostname, int port ); 758 int (*set_server)(AGpsType type, const char* hostname, int port); [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
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...] |
LocEngAdapter.h | 140 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) 142 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType); 256 virtual bool requestATL(int connHandle, AGpsType agps_type);
|
LocEngAdapter.cpp | 181 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
|
loc_eng.cpp | 180 int connHandle, AGpsType agps_type); 190 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType); [all...] |
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc.cpp | 94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port); 780 AGpsType agpsType = AGPS_TYPE_SUPL; 782 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); 808 AGpsType agpsType = AGPS_TYPE_SUPL; 826 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); 852 AGpsType agpsType = AGPS_TYPE_SUPL; 853 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); 283 virtual bool requestATL(int connHandle, AGpsType agps_type);
|
LocEngAdapter.cpp | 265 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
|
loc_eng.cpp | 191 int connHandle, AGpsType agps_type); 202 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType); [all...] |
/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/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |