Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1717 ScopedLocalRef<jobject> jPatchHandle(env, nullptr); in android_media_AudioSystem_createAudioPatch() local
1722 jPatchHandle.reset(env->GetObjectField(jPatch.get(), gAudioPatchFields.mHandle)); in android_media_AudioSystem_createAudioPatch()
1724 env->GetIntField(jPatchHandle.get(), gAudioHandleFields.mId)); in android_media_AudioSystem_createAudioPatch()
1762 if (jPatchHandle == nullptr) { in android_media_AudioSystem_createAudioPatch()
1763 jPatchHandle.reset(env->NewObject(gAudioHandleClass, gAudioHandleCstor, handle)); in android_media_AudioSystem_createAudioPatch()
1764 if (jPatchHandle == nullptr) { in android_media_AudioSystem_createAudioPatch()
1767 jPatch.reset(env->NewObject(gAudioPatchClass, gAudioPatchCstor, jPatchHandle.get(), in android_media_AudioSystem_createAudioPatch()
1774 env->SetIntField(jPatchHandle.get(), gAudioHandleFields.mId, handle); in android_media_AudioSystem_createAudioPatch()
1789 jobject jPatchHandle = NULL; in android_media_AudioSystem_releaseAudioPatch() local
1793 jPatchHandle = env->GetObjectField(jPatch, gAudioPatchFields.mHandle); in android_media_AudioSystem_releaseAudioPatch()
[all …]