/hardware/qcom/sm8150p/gps/core/ |
D | LocAdapterBase.cpp | 293 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_DEBUG_NMEA_V02)) { in getCapabilities() 296 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_CONSTELLATION_ENABLEMENT_V02)) { in getCapabilities() 299 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_AGPM_V02)) { in getCapabilities() 302 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_LOCATION_PRIVACY)) { in getCapabilities()
|
D | LocAdapterBase.h | 135 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 136 return ContextBase::isFeatureSupported(featureVal); in isFeatureSupported()
|
D | ContextBase.h | 182 static bool isFeatureSupported(uint8_t featureVal);
|
D | ContextBase.cpp | 318 bool ContextBase::isFeatureSupported(uint8_t featureVal) in isFeatureSupported() function in loc_core::ContextBase
|
/hardware/qcom/sm7150/gps/core/ |
D | LocAdapterBase.cpp | 300 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_DEBUG_NMEA_V02)) { in getCapabilities() 303 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_CONSTELLATION_ENABLEMENT_V02)) { in getCapabilities() 306 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_AGPM_V02)) { in getCapabilities() 309 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_LOCATION_PRIVACY)) { in getCapabilities()
|
D | LocAdapterBase.h | 155 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 156 return ContextBase::isFeatureSupported(featureVal); in isFeatureSupported()
|
D | ContextBase.h | 184 static bool isFeatureSupported(uint8_t featureVal);
|
D | ContextBase.cpp | 334 bool ContextBase::isFeatureSupported(uint8_t featureVal) in isFeatureSupported() function in loc_core::ContextBase
|
/hardware/qcom/sm8150/gps/core/ |
D | LocAdapterBase.cpp | 300 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_DEBUG_NMEA_V02)) { in getCapabilities() 303 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_CONSTELLATION_ENABLEMENT_V02)) { in getCapabilities() 306 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_AGPM_V02)) { in getCapabilities() 309 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_LOCATION_PRIVACY)) { in getCapabilities()
|
D | LocAdapterBase.h | 155 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 156 return ContextBase::isFeatureSupported(featureVal); in isFeatureSupported()
|
D | ContextBase.h | 184 static bool isFeatureSupported(uint8_t featureVal);
|
D | ContextBase.cpp | 334 bool ContextBase::isFeatureSupported(uint8_t featureVal) in isFeatureSupported() function in loc_core::ContextBase
|
/hardware/qcom/gps/msm8998/core/ |
D | LocAdapterBase.h | 109 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 110 return mLocApi->isFeatureSupported(featureVal); in isFeatureSupported()
|
D | LocApiBase.h | 259 bool isFeatureSupported(uint8_t featureVal);
|
D | LocApiBase.cpp | 623 isFeatureSupported(uint8_t featureVal) in initDataServiceClient()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocAdapterBase.h | 109 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 110 return mLocApi->isFeatureSupported(featureVal); in isFeatureSupported()
|
D | LocApiBase.h | 257 bool isFeatureSupported(uint8_t featureVal);
|
D | LocApiBase.cpp | 599 isFeatureSupported(uint8_t featureVal) in initDataServiceClient()
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | LocAdapterBase.h | 109 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 110 return mLocApi->isFeatureSupported(featureVal); in isFeatureSupported()
|
D | LocApiBase.h | 256 bool isFeatureSupported(uint8_t featureVal);
|
D | LocApiBase.cpp | 593 isFeatureSupported(uint8_t featureVal) in initDataServiceClient()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | LocAdapterBase.h | 119 inline bool isFeatureSupported(uint8_t featureVal) { in isFeatureSupported() function 120 return mLocApi->isFeatureSupported(featureVal); in isFeatureSupported()
|
D | LocApiBase.h | 267 bool isFeatureSupported(uint8_t featureVal);
|
D | LocApiBase.cpp | 675 isFeatureSupported(uint8_t featureVal) in initDataServiceClient()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.cpp | 703 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_DEBUG_NMEA_V02)) { in setConfig() 788 if (ContextBase::isFeatureSupported(LOC_SUPPORTED_FEATURE_DEBUG_NMEA_V02)) { in setConfig() 988 if (!ContextBase::isFeatureSupported( in gnssUpdateConfig() 1407 if (!ContextBase::isFeatureSupported( in gnssGetConfigCommand() 1624 if (!ContextBase::isFeatureSupported( in gnssUpdateSvTypeConfigCommand() 1715 if (!ContextBase::isFeatureSupported( in gnssGetSvTypeConfigCommand() 1747 if (!ContextBase::isFeatureSupported( in gnssResetSvTypeConfigCommand()
|