Searched refs:attributesToStreamType (Results 1 – 6 of 6) sorted by relevance
392 static audio_stream_type_t attributesToStreamType(const audio_attributes_t &attr);
403 audio_stream_type_t stream = AudioSystem::attributesToStreamType(attributes_initializer(usage)); in addStreamDefaultEffect()
750 AudioSystem::attributesToStreamType(*mSoundPool->attributes()); in play()
1621 mStreamType = AudioSystem::attributesToStreamType(*attr); in AudioOutput()1810 mStreamType = AudioSystem::attributesToStreamType(*attributes); in setAudioAttributes()
1352 return AudioSystem::attributesToStreamType(mAttributes); in streamType()2910 AudioSystem::attributesToStreamType(mAttributes) : in dump()
1481 audio_stream_type_t AudioSystem::attributesToStreamType(const audio_attributes_t &attr) in attributesToStreamType() function in android::AudioSystem