Home
last modified time | relevance | path

Searched refs:dataItemIdsToBeSent (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp388 list<DataItemId> dataItemIdsToBeSent(0); in notify() local
393 dataItemIdsToBeSent.push_back(item->getId()); in notify()
399 for (auto each : dataItemIdsToBeSent) { in notify()
414 dataItemIdsToBeSent.sort(); in notify()
416 set_intersection(dataItemIdsToBeSent.begin(), in notify()
417 dataItemIdsToBeSent.end(), in notify()
/hardware/qcom/sm7150/gps/core/
DSystemStatusOsObserver.cpp311 unordered_set<DataItemId> dataItemIdsToBeSent(0); in notify() local
314 dataItemIdsToBeSent.insert(item->getId()); in notify()
320 for (auto each : dataItemIdsToBeSent) { in notify()
332 if (dataItemIdsToBeSent.find(*itr) == dataItemIdsToBeSent.end()) { in notify()
/hardware/qcom/sm8150p/gps/core/
DSystemStatusOsObserver.cpp311 unordered_set<DataItemId> dataItemIdsToBeSent(0); in notify() local
314 dataItemIdsToBeSent.insert(item->getId()); in notify()
320 for (auto each : dataItemIdsToBeSent) { in notify()
332 if (dataItemIdsToBeSent.find(*itr) == dataItemIdsToBeSent.end()) { in notify()
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp314 unordered_set<DataItemId> dataItemIdsToBeSent = {}; in notify() local
317 dataItemIdsToBeSent.insert(item->getId()); in notify()
323 for (auto each : dataItemIdsToBeSent) { in notify()
335 if (dataItemIdsToBeSent.find(*itr) == dataItemIdsToBeSent.end()) { in notify()
/hardware/qcom/sm7250/gps/core/
DSystemStatusOsObserver.cpp314 unordered_set<DataItemId> dataItemIdsToBeSent = {}; in notify() local
317 dataItemIdsToBeSent.insert(item->getId()); in notify()
323 for (auto each : dataItemIdsToBeSent) { in notify()
335 if (dataItemIdsToBeSent.find(*itr) == dataItemIdsToBeSent.end()) { in notify()