Searched refs:attributesToStreamType (Results 1 – 5 of 5) sorted by relevance
293 AudioSystem::attributesToStreamType(*mStreamManager->getAttributes()); in play_l()
449 static audio_stream_type_t attributesToStreamType(const audio_attributes_t &attr);
411 audio_stream_type_t stream = AudioSystem::attributesToStreamType(attributes_initializer(usage)); in addStreamDefaultEffect()
1821 mStreamType = AudioSystem::attributesToStreamType(*attr); in AudioOutput()2009 mStreamType = AudioSystem::attributesToStreamType(*attributes); in setAudioAttributes()
2017 audio_stream_type_t AudioSystem::attributesToStreamType(const audio_attributes_t& attr) { in attributesToStreamType() function in android::AudioSystem