Searched refs:surroundFormat (Results 1 – 2 of 2) sorted by relevance
2175 jobject surroundFormat = env->NewObject(gIntegerClass, gIntegerCstor, in android_media_AudioSystem_getSurroundFormats() local2178 env->CallObjectMethod(jSurroundFormats, gMapPut, surroundFormat, enabled); in android_media_AudioSystem_getSurroundFormats()2179 env->DeleteLocalRef(surroundFormat); in android_media_AudioSystem_getSurroundFormats()
1426 for (int surroundFormat : AudioFormat.SURROUND_SOUND_ENCODING) { in onEnableSurroundFormats()1427 boolean enabled = enabledSurroundFormats.contains(surroundFormat); in onEnableSurroundFormats()1428 int ret = AudioSystem.setSurroundFormatEnabled(surroundFormat, enabled); in onEnableSurroundFormats()1429 Log.i(TAG, "enable surround format:" + surroundFormat + " " + enabled + " " + ret); in onEnableSurroundFormats()