Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150p/gps/core/
H A 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()
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DSystemStatusOsObserver.cpp329 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local
331 for (auto itr = dataItemIdsForThisClient.begin(); in notify()
332 itr != dataItemIdsForThisClient.end(); ) { in notify()
334 itr = dataItemIdsForThisClient.erase(itr); in notify()
340 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()
/aosp12/hardware/qcom/sm7150/gps/core/
H A 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()
/aosp12/hardware/qcom/sm7250/gps/core/
H A 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()
/aosp12/hardware/qcom/sm8150/gps/core/
H A 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()