Home
last modified time | relevance | path

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

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