Searched refs:streamTypefromAttributesInt (Results 1 – 2 of 2) sorted by relevance
633 audio_stream_type_t streamTypefromAttributesInt(const audio_attributes_t *attr);
719 *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