/hardware/interfaces/gnss/1.0/ |
IAGnss.hal | 26 enum ApnIpType : uint8_t { 72 * @param apnIpType Specifies if SUPL or C2K. 76 dataConnOpen(string apn, ApnIpType apnIpType)
|
/hardware/qcom/gps/msm8998/android/ |
AGnss.cpp | 81 IAGnss::ApnIpType apnIpType) { 97 LOC_AGPS_TYPE_SUPL, apn.c_str(), apn.size(), (int)apnIpType);
|
AGnss.h | 57 IAGnss::ApnIpType apnIpType) override;
|
/hardware/qcom/gps/msm8909w_3100/android/ |
AGnss.cpp | 85 IAGnss::ApnIpType apnIpType) { 101 LOC_AGPS_TYPE_SUPL, apn.c_str(), apn.size(), (int)apnIpType);
|
AGnss.h | 57 IAGnss::ApnIpType apnIpType) override;
|
/hardware/interfaces/gnss/1.0/default/ |
AGnss.h | 58 IAGnss::ApnIpType apnIpType) override;
|
AGnss.cpp | 184 Return<bool> AGnss::dataConnOpen(const hidl_string& apn, IAGnss::ApnIpType apnIpType) { 191 static_cast<uint16_t>(apnIpType)) == 0);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc.cpp | 98 static int loc_agps_open_with_apniptype( const char* apn, ApnIpType apnIpType); 714 static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType) 720 switch (apnIpType) {
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc.cpp | 95 static int loc_agps_open_with_apniptype( const char* apn, ApnIpType apnIpType); 818 static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType) 824 switch (apnIpType) {
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc.cpp | 98 static int loc_agps_open_with_apniptype( const char* apn, ApnIpType apnIpType); 721 static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType) 727 switch (apnIpType) {
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc.cpp | 94 static int loc_agps_open_with_apniptype( const char* apn, ApnIpType apnIpType); 715 static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType) 721 switch (apnIpType) {
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc.cpp | 99 static int loc_agps_open_with_apniptype( const char* apn, ApnIpType apnIpType); 785 static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType) 791 switch (apnIpType) {
|
/hardware/libhardware/include/hardware/ |
gps.h | 103 typedef uint16_t ApnIpType; 772 ApnIpType apnIpType); [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
GnssLocationProvider.java | 192 // these must match the ApnIpType enum in IAGnss.hal [all...] |
/hardware/qcom/gps/msm8909w_3100/utils/ |
loc_gps.h | [all...] |
/hardware/qcom/gps/msm8998/utils/ |
loc_gps.h | [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GnssLocationProvider.cpp | [all...] |