Home
last modified time | relevance | path

Searched refs:clientSet (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7150/gps/core/
DSystemStatusOsObserver.cpp319 unordered_set<IDataItemObserver*> clientSet(0); in notify() local
323 clientSet.insert(clients->begin(), clients->end()); in notify()
327 for (auto client : clientSet) { in notify()
/hardware/qcom/sm8150p/gps/core/
DSystemStatusOsObserver.cpp319 unordered_set<IDataItemObserver*> clientSet(0); in notify() local
323 clientSet.insert(clients->begin(), clients->end()); in notify()
327 for (auto client : clientSet) { in notify()
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp322 unordered_set<IDataItemObserver*> clientSet = {}; in notify() local
326 clientSet.insert(clients->begin(), clients->end()); in notify()
330 for (auto client : clientSet) { in notify()
/hardware/qcom/sm7250/gps/core/
DSystemStatusOsObserver.cpp322 unordered_set<IDataItemObserver*> clientSet = {}; in notify() local
326 clientSet.insert(clients->begin(), clients->end()); in notify()
330 for (auto client : clientSet) { in notify()