Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp132 } gAudioPatchFields; variable
1632 jPatchHandle = env->GetObjectField(jPatch, gAudioPatchFields.mHandle); in android_media_AudioSystem_createAudioPatch()
1727 jPatchHandle = env->GetObjectField(jPatch, gAudioPatchFields.mHandle); in android_media_AudioSystem_releaseAudioPatch()
3044 gAudioPatchFields.mHandle = GetFieldIDOrDie(env, audioPatchClass, "mHandle", in register_android_media_AudioSystem()