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

1 2 3 4

  /hardware/libhardware/include/hardware/
gps_internal.h 59 AGpsType type;
72 AGpsType type;
91 int (*set_server)( AGpsType type, const char* hostname, int port );
  /hardware/qcom/gps/core/
loc_core_log.h 45 const char* loc_get_agps_type_name(AGpsType type);
LocAdapterBase.cpp 115 requestATL(int connHandle, AGpsType agps_type)
LocAdapterBase.h 105 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /hardware/qcom/gps/msm8084/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);
151 atlOpenStatus(int handle, int is_succ, char* apn, AGpsBearerType bear, AGpsType agpsType);
  /hardware/qcom/gps/msm8909/core/
loc_core_log.h 45 const char* loc_get_agps_type_name(AGpsType type);
LocAdapterBase.cpp 116 requestATL(int connHandle, AGpsType agps_type)
LocAdapterBase.h 105 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /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)
  /hardware/qcom/gps/msm8994/core/
loc_core_log.h 45 const char* loc_get_agps_type_name(AGpsType type);
LocAdapterBase.cpp 115 requestATL(int connHandle, AGpsType agps_type)
LocAdapterBase.h 105 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /hardware/qcom/gps/msm8996/core/
loc_core_log.h 45 const char* loc_get_agps_type_name(AGpsType type);
LocAdapterBase.cpp 116 requestATL(int connHandle, AGpsType agps_type)
LocAdapterBase.h 105 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /hardware/qcom/gps/msmcobalt/core/
loc_core_log.h 45 const char* loc_get_agps_type_name(AGpsType type);
LocAdapterBase.cpp 123 requestATL(int connHandle, AGpsType agps_type)
LocAdapterBase.h 117 virtual bool requestATL(int connHandle, AGpsType agps_type);
  /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...]

Completed in 185 milliseconds

1 2 3 4