Searched refs:gAudioHandleFields (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 73 } gAudioHandleFields; variable 895 nAudioPortConfig->id = env->GetIntField(jHandle, gAudioHandleFields.mId); in convertAudioPortConfigToNative() 1630 handle = (audio_patch_handle_t)env->GetIntField(jPatchHandle, gAudioHandleFields.mId); in android_media_AudioSystem_createAudioPatch() 1691 env->SetIntField(jPatchHandle, gAudioHandleFields.mId, handle); in android_media_AudioSystem_createAudioPatch() 1725 handle = (audio_patch_handle_t)env->GetIntField(jPatchHandle, gAudioHandleFields.mId); in android_media_AudioSystem_releaseAudioPatch() 1813 env->SetIntField(patchHandle, gAudioHandleFields.mId, nPatches[i].id); in android_media_AudioSystem_listAudioPatches() 2893 gAudioHandleFields.mId = GetFieldIDOrDie(env, audioHandleClass, "mId", "I"); in register_android_media_AudioSystem()
|