Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp129 auto existingPatchIt = *patchId != 0 ? mPatches.find(*patchId): mPatches.end(); in createOrUpdatePatch() local
131 if (existingPatchIt != mPatches.end()) { in createOrUpdatePatch()
132 patch = existingPatchIt->second; in createOrUpdatePatch()
202 if (existingPatchIt != mPatches.end()) { in createOrUpdatePatch()
205 existingPatchIt->second = patch; in createOrUpdatePatch()
228 existingPatchIt = mPatches.find(patch.id); in createOrUpdatePatch()
229 existingPatchIt->second = patch; in createOrUpdatePatch()