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

/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp205 jint audioFormat, jint buffSizeInBytes, jint memoryMode, jintArray jSession)
261 && (memoryMode == javaAudioTrackFields.MODE_STATIC)) {
313 if (memoryMode == javaAudioTrackFields.MODE_STREAM) {
328 } else if (memoryMode == javaAudioTrackFields.MODE_STATIC) {
203 android_media_AudioTrack_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jint streamType, jint sampleRateInHertz, jint javaChannelMask, jint audioFormat, jint buffSizeInBytes, jint memoryMode, jintArray jSession) argument

Completed in 8 milliseconds