Searched refs:releasedPatches (Results 1 – 1 of 1) sorted by relevance
1059 FwkPatches releasedPatches; in setDevicePortConnectedState() local1064 releasedPatches.insert(std::make_pair(patchId, patchId)); in setDevicePortConnectedState()1071 if (auto it = releasedPatches.find(s.second.second); it != releasedPatches.end()) { in setDevicePortConnectedState()1072 releasedPatches.erase(it); in setDevicePortConnectedState()1075 mFwkPatches.merge(releasedPatches); in setDevicePortConnectedState()1076 LOG_ALWAYS_FATAL_IF(!releasedPatches.empty(), in setDevicePortConnectedState()