Home
last modified time | relevance | path

Searched refs:featureMap (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/sm8150/gps/core/
DContextBase.h206 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in setQwesFeatureStatus() argument
209 for (itr = featureMap.begin(); itr != featureMap.end(); ++itr) { in setQwesFeatureStatus()
DEngineHubProxyBase.h144 typedef std::function<void(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap)>
DLocAdapterBase.cpp436 reportQwesCapabilities(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap)
DLocApiBase.cpp489 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap in reportQwesCapabilities() argument
493 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportQwesCapabilities(featureMap)); in reportQwesCapabilities()
DLocApiBase.h207 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
/hardware/qcom/sm7250/gps/core/
DContextBase.h206 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in setQwesFeatureStatus() argument
209 for (itr = featureMap.begin(); itr != featureMap.end(); ++itr) { in setQwesFeatureStatus()
DEngineHubProxyBase.h144 typedef std::function<void(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap)>
DLocAdapterBase.h241 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap);
DLocApiBase.cpp489 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap in reportQwesCapabilities() argument
493 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportQwesCapabilities(featureMap)); in reportQwesCapabilities()
DLocApiBase.h207 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h526 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h526 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
DGnssAdapter.cpp4889 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) in reportQwesCapabilities() argument
4895 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) : in reportQwesCapabilities()
4898 mFeatureMap(std::move(featureMap)) {} in reportQwesCapabilities()
4909 sendMsg(new MsgReportQwesFeatureStatus(*this, featureMap)); in reportQwesCapabilities()
6544 [this] (const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in initEngHubProxy() argument
6545 reportQwesCapabilities(featureMap); in initEngHubProxy()