Home
last modified time | relevance | path

Searched refs:AGpsType (Results 1 – 23 of 23) sorted by relevance

/hardware/libhardware/include/hardware/
Dgps.h138 typedef uint16_t AGpsType; typedef
670 AGpsType type;
679 AGpsType type;
689 AGpsType type;
745 int (*set_server)( AGpsType type, const char* hostname, int port );
778 int (*set_server)(AGpsType type, const char* hostname, int port);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp92 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
658 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open()
686 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed()
713 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed()
738 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) in loc_agps_set_server()
DLocEngAdapter.h140 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) in atlOpenStatus()
256 virtual bool requestATL(int connHandle, AGpsType agps_type);
DLocEngAdapter.cpp181 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type) in requestATL()
Dloc_eng.cpp180 int connHandle, AGpsType agps_type);
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
793 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open()
821 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_with_apniptype()
865 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_closed()
892 AGpsType agpsType = AGPS_TYPE_SUPL; in loc_agps_open_failed()
917 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) in loc_agps_set_server()
DLocEngAdapter.h155 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsType) in atlOpenStatus()
283 virtual bool requestATL(int connHandle, AGpsType agps_type);
DLocEngAdapter.cpp265 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type) in requestATL()
Dloc_eng.cpp191 int connHandle, AGpsType agps_type);
/hardware/qcom/gps/core/
Dloc_core_log.h45 const char* loc_get_agps_type_name(AGpsType type);
DLocApiBase.h118 void requestATL(int connHandle, AGpsType agps_type);
151 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
DLocAdapterBase.cpp109 requestATL(int connHandle, AGpsType agps_type)
DLocAdapterBase.h95 virtual bool requestATL(int connHandle, AGpsType agps_type);
DLocApiBase.cpp289 void LocApiBase::requestATL(int connHandle, AGpsType agps_type) in requestATL()
383 AGpsBearerType bear, AGpsType agpsType)
Dloc_core_log.cpp147 const char* loc_get_agps_type_name(AGpsType type) in loc_get_agps_type_name()
/hardware/qcom/gps/msm8960/core/
Dloc_core_log.h45 const char* loc_get_agps_type_name(AGpsType type);
DLocApiBase.h104 void requestATL(int connHandle, AGpsType agps_type);
133 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
DLocAdapterBase.cpp117 requestATL(int connHandle, AGpsType agps_type)
DLocAdapterBase.h93 virtual bool requestATL(int connHandle, AGpsType agps_type);
DLocApiBase.cpp259 void LocApiBase::requestATL(int connHandle, AGpsType agps_type) in requestATL()
341 AGpsBearerType bear, AGpsType agpsType)
Dloc_core_log.cpp147 const char* loc_get_agps_type_name(AGpsType type) in loc_get_agps_type_name()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpc.h114 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/
DLocApiRpc.cpp1068 LocApiRpc::atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bearer, AGpsType agpsTy… in atlOpenStatus()
1165 AGpsType agps_type; in ATLEvent()