Searched defs:atStreamType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp192 AudioSystem::stream_type atStreamType; local
194 atStreamType = AudioSystem::VOICE_CALL;
196 atStreamType = AudioSystem::SYSTEM;
198 atStreamType = AudioSystem::RING;
200 atStreamType = AudioSystem::MUSIC;
202 atStreamType = AudioSystem::ALARM;
204 atStreamType = AudioSystem::NOTIFICATION;
206 atStreamType = AudioSystem::BLUETOOTH_SCO;
208 atStreamType = AudioSystem::DTMF;
254 lpJniStorage->mStreamType = atStreamType;
[all...]

Completed in 90 milliseconds