Searched refs:featureMap (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/sm8150/gps/core/ |
D | ContextBase.h | 206 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in setQwesFeatureStatus() argument 209 for (itr = featureMap.begin(); itr != featureMap.end(); ++itr) { in setQwesFeatureStatus()
|
D | EngineHubProxyBase.h | 144 typedef std::function<void(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap)>
|
D | LocAdapterBase.cpp | 436 reportQwesCapabilities(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap)
|
D | LocApiBase.cpp | 489 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap in reportQwesCapabilities() argument 493 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportQwesCapabilities(featureMap)); in reportQwesCapabilities()
|
D | LocApiBase.h | 207 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
|
/hardware/qcom/sm7250/gps/core/ |
D | ContextBase.h | 206 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in setQwesFeatureStatus() argument 209 for (itr = featureMap.begin(); itr != featureMap.end(); ++itr) { in setQwesFeatureStatus()
|
D | EngineHubProxyBase.h | 144 typedef std::function<void(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap)>
|
D | LocAdapterBase.h | 241 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap);
|
D | LocApiBase.cpp | 489 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap in reportQwesCapabilities() argument 493 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportQwesCapabilities(featureMap)); in reportQwesCapabilities()
|
D | LocApiBase.h | 207 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.h | 526 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 526 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap
|
D | GnssAdapter.cpp | 4889 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()
|