Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DPendingRequestPool.cpp218 auto idIt = pendingRequestIds.find(requestId); in tryFinishRequests() local
219 if (idIt == pendingRequestIds.end()) { in tryFinishRequests()
222 pendingRequestIds.erase(idIt); in tryFinishRequests()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1562 auto idIt = std::find(ids.begin(), ids.end(), resId); in attachResource() local
1563 if (idIt == ids.end()) ids.push_back(resId); in attachResource()
1574 auto idIt = std::find(ids.begin(), ids.end(), ctxId); in attachResource() local
1575 if (idIt == ids.end()) ids.push_back(ctxId); in attachResource()