Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp984 std::optional<AudioPort> templatePort; in setDevicePortConnectedState() local
996 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()