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