Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2614 jobject jSurroundFormats) { in android_media_AudioSystem_getSurroundFormats() argument
2617 if (jSurroundFormats == nullptr) { in android_media_AudioSystem_getSurroundFormats()
2621 if (!env->IsInstanceOf(jSurroundFormats, gMapClass)) { in android_media_AudioSystem_getSurroundFormats()
2654 env->CallObjectMethod(jSurroundFormats, gMapPut, surroundFormat, enabled); in android_media_AudioSystem_getSurroundFormats()
2663 jobject jSurroundFormats) { in android_media_AudioSystem_getReportedSurroundFormats() argument
2666 if (jSurroundFormats == nullptr) { in android_media_AudioSystem_getReportedSurroundFormats()
2670 if (!env->IsInstanceOf(jSurroundFormats, gArrayListClass)) { in android_media_AudioSystem_getReportedSurroundFormats()
2699 env->CallObjectMethod(jSurroundFormats, gArrayListMethods.add, surroundFormat); in android_media_AudioSystem_getReportedSurroundFormats()