Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h660 audio_stream_type_t streamTypefromAttributesInt(const audio_attributes_t *attr);
DAudioPolicyManager.cpp833 *stream = streamTypefromAttributesInt(&attributes); in getOutputForAttr()
848 *stream = streamTypefromAttributesInt(&attributes); in getOutputForAttr()
3401 audio_stream_type_t stream = streamTypefromAttributesInt(&sourceDesc->mAttributes); in connectAudioSource()
3831 audio_stream_type_t stream = streamTypefromAttributesInt(&sourceDesc->mAttributes); in disconnectAudioSource()
5789 audio_stream_type_t AudioPolicyManager::streamTypefromAttributesInt(const audio_attributes_t *attr) in loadConfig() function in android::AudioPolicyManager