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

/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp204 jint streamType, jint sampleRateInHertz, jint javaChannelMask,
208 sampleRateInHertz, audioFormat, javaChannelMask, buffSizeInBytes);
223 uint32_t nativeChannelMask = ((uint32_t)javaChannelMask) >> 2;
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 7 milliseconds