Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp3174 auto foundId = std::find(removedIds.begin(), removedIds.end(), id); in filterLogicalCameraIdsLocked() local
3175 if (foundId == removedIds.end()) { in filterLogicalCameraIdsLocked()
3179 removedIds.erase(foundId); in filterLogicalCameraIdsLocked()