Searched defs:nativeStreamType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1027 audio_stream_type_t nativeStreamType; local
1037 nativeStreamType = (audio_stream_type_t) javaStreamType;
1040 nativeStreamType = AUDIO_STREAM_DEFAULT;
1044 status_t status = AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType);
1047 "in AudioTrack JNI", status, nativeStreamType);

Completed in 118 milliseconds