Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.cpp764 auto streamIt = mStreams.find(mixPort->ext.mix.handle); in getAudioMixPort() local
765 if (streamIt == mStreams.end()) { in getAudioMixPort()
768 auto stream = streamIt->second.promote(); in getAudioMixPort()