Home
last modified time | relevance | path

Searched refs:itor (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/gps/gnss/
DXtraSystemStatusObserver.cpp282 for (auto itor = mDataItemList.begin(); itor != mDataItemList.end(); ++itor) { in notify() local
283 if (*itor != nullptr) { in notify()
284 delete *itor; in notify()
285 *itor = nullptr; in notify()
DGnssAdapter.cpp3196 for (auto itor = nmeaArraystr.begin(); itor != nmeaArraystr.end(); ++itor) { in reportPosition() local
3197 ss << *itor; in reportPosition()
3375 for (auto itor = nmeaArraystr.begin(); itor != nmeaArraystr.end(); ++itor) { in reportSv() local
3376 ss << *itor; in reportSv()