/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 780 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open() local 782 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open() 808 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_with_apniptype() local 826 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open_with_apniptype() 852 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed() local 853 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); in loc_agps_closed() 879 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed() local 880 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); in loc_agps_open_failed()
|
D | loc_eng.h | 214 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, 216 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType); 217 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
|
D | LocEngAdapter.h | 155 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) in atlOpenStatus() argument 157 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType); in atlOpenStatus()
|
D | loc_eng.cpp | 202 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType); 2196 getAgpsStateMachine(loc_eng_data_s_type &locEng, AGpsExtType agpsType) { in getAgpsStateMachine() argument 2198 switch (agpsType) { in getAgpsStateMachine() 2235 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, in loc_eng_agps_open() argument 2251 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType); in loc_eng_agps_open() 2277 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) in loc_eng_agps_closed() argument 2283 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType); in loc_eng_agps_closed() 2307 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) in loc_eng_agps_open_failed() argument 2313 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType); in loc_eng_agps_open_failed()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc.cpp | 658 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open() local 660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); in loc_agps_open() 686 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed() local 687 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); in loc_agps_closed() 713 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed() local 714 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); in loc_agps_open_failed()
|
D | loc_eng.h | 200 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, 202 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType); 203 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType);
|
D | LocEngAdapter.h | 140 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) in atlOpenStatus() argument 142 return mLocApi->atlOpenStatus(handle, is_succ, apn, bearer, agpsType); in atlOpenStatus()
|
D | loc_eng.cpp | 190 getAgpsStateMachine(loc_eng_data_s_type& logEng, AGpsExtType agpsType); 2009 getAgpsStateMachine(loc_eng_data_s_type &locEng, AGpsExtType agpsType) { in getAgpsStateMachine() argument 2011 switch (agpsType) { in getAgpsStateMachine() 2048 int loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, in loc_eng_agps_open() argument 2064 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType); in loc_eng_agps_open() 2090 int loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) in loc_eng_agps_closed() argument 2096 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType); in loc_eng_agps_closed() 2120 int loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) in loc_eng_agps_open_failed() argument 2126 AgpsStateMachine* sm = getAgpsStateMachine(loc_eng_data, agpsType); in loc_eng_agps_open_failed()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | LocApiRpc.h | 114 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
|
/hardware/qcom/gps/msm8960/core/ |
D | LocApiBase.h | 133 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
|
D | LocApiBase.cpp | 341 AGpsBearerType bear, AGpsType agpsType)
|
/hardware/qcom/gps/core/ |
D | LocApiBase.h | 150 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
|
D | LocApiBase.cpp | 377 AGpsBearerType bear, AGpsType agpsType)
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | LocApiRpc.cpp | 1068 …ApiRpc::atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) in atlOpenStatus() argument 1073 if (AGPS_TYPE_INVALID == agpsType) { in atlOpenStatus()
|