Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DModule.cpp436 Connections oldConnections, newConnections; in updateStreamsConnectedState() local
458 fillConnections(oldConnections, oldPatch); in updateStreamsConnectedState()
461 std::for_each(oldConnections.begin(), oldConnections.end(), [&](const auto& connectionPair) { in updateStreamsConnectedState()
479 if (auto it = oldConnections.find(mixPortConfigId); in updateStreamsConnectedState()
480 it == oldConnections.end() || it->second != connectionPair.second) { in updateStreamsConnectedState()