Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h633 audio_stream_type_t streamTypefromAttributesInt(const audio_attributes_t *attr);
DAudioPolicyManager.cpp719 *stream = streamTypefromAttributesInt(&attributes); in getOutputForAttr()
734 *stream = streamTypefromAttributesInt(&attributes); in getOutputForAttr()
2957 audio_stream_type_t stream = streamTypefromAttributesInt(&sourceDesc->mAttributes); in connectAudioSource()
3090 audio_stream_type_t stream = streamTypefromAttributesInt(&sourceDesc->mAttributes); in disconnectAudioSource()
5130 audio_stream_type_t AudioPolicyManager::streamTypefromAttributesInt(const audio_attributes_t *attr) in AudioPolicyManager() function in android::AudioPolicyManager