Searched refs:streamTypeToAttributes (Results 1 – 5 of 5) sorted by relevance
544 static audio_attributes_t streamTypeToAttributes(audio_stream_type_t stream);
216 audio_attributes_t attributes = AudioSystem::streamTypeToAttributes(AUDIO_STREAM_MUSIC); in TEST_F()
1329 attr = AudioSystem::streamTypeToAttributes(streamType); in initAudioTrack()
1843 input.attr = AudioSystem::streamTypeToAttributes(mOriginalStreamType); in createTrack_l()
2226 audio_attributes_t AudioSystem::streamTypeToAttributes(audio_stream_type_t stream) { in streamTypeToAttributes() function in android::AudioSystem