Searched refs:attributesToStreamType (Results 1 – 5 of 5) sorted by relevance
545 static audio_stream_type_t attributesToStreamType(const audio_attributes_t &attr);
350 audio_stream_type_t stream = AudioSystem::attributesToStreamType(attributes_initializer(usage)); in addStreamDefaultEffect()
445 audio_stream_type_t streamType = AudioSystem::attributesToStreamType(attr); in TEST_F()
1844 mStreamType = AudioSystem::attributesToStreamType(*attr); in AudioOutput()2030 mStreamType = AudioSystem::attributesToStreamType(*attributes); in setAudioAttributes()
2242 audio_stream_type_t AudioSystem::attributesToStreamType(const audio_attributes_t& attr) { in attributesToStreamType() function in android::AudioSystem