Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp80 } gAudioHandleFields; variable
942 nAudioPortConfig->id = env->GetIntField(jHandle, gAudioHandleFields.mId); in convertAudioPortConfigToNative()
1714 handle = (audio_patch_handle_t)env->GetIntField(jPatchHandle, gAudioHandleFields.mId); in android_media_AudioSystem_createAudioPatch()
1775 env->SetIntField(jPatchHandle, gAudioHandleFields.mId, handle); in android_media_AudioSystem_createAudioPatch()
1809 handle = (audio_patch_handle_t)env->GetIntField(jPatchHandle, gAudioHandleFields.mId); in android_media_AudioSystem_releaseAudioPatch()
1897 env->SetIntField(patchHandle, gAudioHandleFields.mId, nPatches[i].id); in android_media_AudioSystem_listAudioPatches()
3444 gAudioHandleFields.mId = GetFieldIDOrDie(env, audioHandleClass, "mId", "I"); in register_android_media_AudioSystem()