Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp185 const bool sourceIsDevice = std::any_of(sources.begin(), sources.end(), in createOrUpdatePatch() local
190 sourceIsDevice ? sources : sinks; in createOrUpdatePatch()
192 sourceIsDevice ? &patch.sourcePortConfigIds : &patch.sinkPortConfigIds; in createOrUpdatePatch()
194 sourceIsDevice ? sinks : sources; in createOrUpdatePatch()
196 sourceIsDevice ? &patch.sinkPortConfigIds : &patch.sourcePortConfigIds; in createOrUpdatePatch()
211 PatchMatch match = sourceIsDevice && sinkIsDevice ? in createOrUpdatePatch()
212 MATCH_BOTH : (sourceIsDevice ? MATCH_SINKS : MATCH_SOURCES); in createOrUpdatePatch()