HomeSort by relevance Sort by last modified time
    Searched refs:findByTagName (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioCollections.h 34 sp<AudioPort> findByTagName(const String8 &tagName) const;
HwModule.h 82 return mPorts.findByTagName(tagName);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioCollections.cpp 28 sp<AudioPort> AudioPortVector::findByTagName(const String8 &tagName) const
HwModule.cpp 204 sp<AudioPort> source = routes[j]->getSources().findByTagName(stream->getTagName());

Completed in 4940 milliseconds