Searched refs:setServer (Results 1 - 25 of 34) sorted by relevance

12

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h106 setServer(const char* url, int len);
108 setServer(unsigned int ip, int port, LocServerType type);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h106 setServer(const char* url, int len);
108 setServer(unsigned int ip, int port, LocServerType type);
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h106 setServer(const char* url, int len);
108 setServer(unsigned int ip, int port, LocServerType type);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h106 setServer(const char* url, int len);
108 setServer(unsigned int ip, int port, LocServerType type);
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h106 setServer(const char* url, int len);
108 setServer(unsigned int ip, int port, LocServerType type);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.h168 setServer(const char* url, int len) function in class:LocEngAdapter
170 return mLocApi->setServer(url, len);
173 setServer(unsigned int ip, int port, function in class:LocEngAdapter
176 return mLocApi->setServer(ip, port, type);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.h173 setServer(const char* url, int len) function in class:LocEngAdapter
175 return mLocApi->setServer(url, len);
178 setServer(unsigned int ip, int port, function in class:LocEngAdapter
181 return mLocApi->setServer(ip, port, type);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.h169 setServer(const char* url, int len) function in class:LocEngAdapter
171 return mLocApi->setServer(url, len);
174 setServer(unsigned int ip, int port, function in class:LocEngAdapter
177 return mLocApi->setServer(ip, port, type);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DLocEngAdapter.h158 setServer(const char* url, int len) function in class:LocEngAdapter
160 return mLocApi->setServer(url, len);
163 setServer(unsigned int ip, int port, function in class:LocEngAdapter
166 return mLocApi->setServer(ip, port, type);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DLocEngAdapter.h168 setServer(const char* url, int len) function in class:LocEngAdapter
170 return mLocApi->setServer(url, len);
173 setServer(unsigned int ip, int port, function in class:LocEngAdapter
176 return mLocApi->setServer(ip, port, type);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.h169 setServer(const char* url, int len) function in class:LocEngAdapter
171 return mLocApi->setServer(url, len);
174 setServer(unsigned int ip, int port, function in class:LocEngAdapter
177 return mLocApi->setServer(ip, port, type);
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.h139 setServer(const char* url, int len);
141 setServer(unsigned int ip, int port,
H A DLocApiBase.cpp353 setServer(const char* url, int len)
357 setServer(unsigned int ip, int port,
/hardware/qcom/gps/core/
H A DLocApiBase.h166 setServer(const char* url, int len);
168 setServer(unsigned int ip, int port,
H A DLocApiBase.cpp430 setServer(const char* url, int len)
434 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.h157 setServer(const char* url, int len);
159 setServer(unsigned int ip, int port,
H A DLocApiBase.cpp395 setServer(const char* url, int len)
399 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.h166 setServer(const char* url, int len);
168 setServer(unsigned int ip, int port,
H A DLocApiBase.cpp431 setServer(const char* url, int len)
435 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.h166 setServer(const char* url, int len);
168 setServer(unsigned int ip, int port,
H A DLocApiBase.cpp430 setServer(const char* url, int len)
434 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.h166 setServer(const char* url, int len);
168 setServer(unsigned int ip, int port,
H A DLocApiBase.cpp431 setServer(const char* url, int len)
435 setServer(unsigned int ip, int port,
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp576 LocApiRpc::setServer(const char* url, int len) function in class:LocApiRpc
607 LocApiRpc::setServer(unsigned int ip, int port, LocServerType type) function in class:LocApiRpc
630 LOC_LOGD ("setServer, addr = %X:%d\n", (unsigned int) ip, (unsigned int) port);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp576 LocApiRpc::setServer(const char* url, int len) function in class:LocApiRpc
607 LocApiRpc::setServer(unsigned int ip, int port, LocServerType type) function in class:LocApiRpc
630 LOC_LOGD ("setServer, addr = %X:%d\n", (unsigned int) ip, (unsigned int) port);

Completed in 1335 milliseconds

12