Home
last modified time | relevance | path

Searched refs:streamTypeToAttributes (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h391 static audio_attributes_t streamTypeToAttributes(audio_stream_type_t stream);
/frameworks/av/media/libaudioclient/
DToneGenerator.cpp1244 attr = AudioSystem::streamTypeToAttributes(streamType); in initAudioTrack()
DAudioSystem.cpp1465 audio_attributes_t AudioSystem::streamTypeToAttributes(audio_stream_type_t stream) in streamTypeToAttributes() function in android::AudioSystem
DAudioTrack.cpp1435 input.attr = AudioSystem::streamTypeToAttributes(mStreamType); in createTrack_l()