Home
last modified time | relevance | path

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

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