Home
last modified time | relevance | path

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

/hardware/qcom/sm7150/gps/core/
DSystemStatusOsObserver.cpp328 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local
330 for (auto itr = dataItemIdsForThisClient.begin(); in notify()
331 itr != dataItemIdsForThisClient.end(); ) { in notify()
333 itr = dataItemIdsForThisClient.erase(itr); in notify()
339 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()
/hardware/qcom/sm8150p/gps/core/
DSystemStatusOsObserver.cpp328 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local
330 for (auto itr = dataItemIdsForThisClient.begin(); in notify()
331 itr != dataItemIdsForThisClient.end(); ) { in notify()
333 itr = dataItemIdsForThisClient.erase(itr); in notify()
339 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp331 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local
333 for (auto itr = dataItemIdsForThisClient.begin(); in notify()
334 itr != dataItemIdsForThisClient.end(); ) { in notify()
336 itr = dataItemIdsForThisClient.erase(itr); in notify()
342 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()
/hardware/qcom/sm7250/gps/core/
DSystemStatusOsObserver.cpp331 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local
333 for (auto itr = dataItemIdsForThisClient.begin(); in notify()
334 itr != dataItemIdsForThisClient.end(); ) { in notify()
336 itr = dataItemIdsForThisClient.erase(itr); in notify()
342 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()