Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp1059 FwkPatches releasedPatches; in setDevicePortConnectedState() local
1064 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()