Home
last modified time | relevance | path

Searched refs:attributesToStreamType (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h392 static audio_stream_type_t attributesToStreamType(const audio_attributes_t &attr);
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.cpp403 audio_stream_type_t stream = AudioSystem::attributesToStreamType(attributes_initializer(usage)); in addStreamDefaultEffect()
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp750 AudioSystem::attributesToStreamType(*mSoundPool->attributes()); in play()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1621 mStreamType = AudioSystem::attributesToStreamType(*attr); in AudioOutput()
1810 mStreamType = AudioSystem::attributesToStreamType(*attributes); in setAudioAttributes()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1352 return AudioSystem::attributesToStreamType(mAttributes); in streamType()
2910 AudioSystem::attributesToStreamType(mAttributes) : in dump()
DAudioSystem.cpp1481 audio_stream_type_t AudioSystem::attributesToStreamType(const audio_attributes_t &attr) in attributesToStreamType() function in android::AudioSystem