Searched refs:templatePort (Results 1 – 1 of 1) sorted by relevance
984 std::optional<AudioPort> templatePort; in setDevicePortConnectedState() local996 templatePort = mRemoteSubmixOut; in setDevicePortConnectedState()999 templatePort = mRemoteSubmixIn; in setDevicePortConnectedState()1004 if (!templatePort.has_value()) { in setDevicePortConnectedState()1014 templatePort = portsIt->second; in setDevicePortConnectedState()1019 connectedPort.id = templatePort->id; in setDevicePortConnectedState()