Searched refs:findByTagName (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioCollections.h34 sp<AudioPort> findByTagName(const String8 &tagName) const;
H A DHwModule.h80 return mPorts.findByTagName(tagName);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioCollections.cpp28 sp<AudioPort> AudioPortVector::findByTagName(const String8 &tagName) const function in class:android::AudioPortVector
H A DHwModule.cpp204 sp<AudioPort> source = routes[j]->getSources().findByTagName(stream->getTagName());

Completed in 640 milliseconds