HomeSort by relevance Sort by last modified time
    Searched defs:getAttributesForStreamType (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/engine/common/src/
ProductStrategy.cpp 81 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const
174 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const
179 return strategy->getAttributesForStreamType(stream);
EngineBase.cpp 76 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const
78 return mProductStrategies.getAttributesForStreamType(stream);

Completed in 83 milliseconds