Searched refs:jSurroundFormats (Results 1 – 1 of 1) sorted by relevance
2614 jobject jSurroundFormats) { in android_media_AudioSystem_getSurroundFormats() argument2617 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() argument2666 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()