Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DModule.cpp461 std::for_each(oldConnections.begin(), oldConnections.end(), [&](const auto& connectionPair) { in updateStreamsConnectedState() argument
462 const int32_t mixPortConfigId = connectionPair.first; 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() argument
478 const int32_t mixPortConfigId = connectionPair.first; in updateStreamsConnectedState()
480 it == oldConnections.end() || it->second != connectionPair.second) { in updateStreamsConnectedState()