Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2137 jobject jSurroundFormats, jboolean reported) in android_media_AudioSystem_getSurroundFormats() argument
2141 if (jSurroundFormats == NULL) { in android_media_AudioSystem_getSurroundFormats()
2145 if (!env->IsInstanceOf(jSurroundFormats, gMapClass)) { in android_media_AudioSystem_getSurroundFormats()
2178 env->CallObjectMethod(jSurroundFormats, gMapPut, surroundFormat, enabled); in android_media_AudioSystem_getSurroundFormats()