HomeSort by relevance Sort by last modified time
    Searched refs:CallStaticVoidMethod (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/native/
Shutdown.c 52 (*env)->CallStaticVoidMethod(env, cl, mid);
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 89 env->CallStaticVoidMethod(startClass, startMeth, str, getuid());
101 env->CallStaticVoidMethod(startClass, startMeth);
  /frameworks/base/core/jni/
android_media_DeviceCallback.cpp 73 env->CallStaticVoidMethod(mClass,
android_graphics_drawable_AnimatedVectorDrawable.cpp 64 env->CallStaticVoidMethod(
android_hardware_Camera.cpp 215 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
293 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
324 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
418 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
    [all...]
android_hardware_SoundTrigger.cpp 299 env->CallStaticVoidMethod(mClass, gPostEventFromNative, mObject,
326 env->CallStaticVoidMethod(mClass, gPostEventFromNative, mObject,
338 env->CallStaticVoidMethod(mClass, gPostEventFromNative, mObject,
350 env->CallStaticVoidMethod(mClass, gPostEventFromNative, mObject,
    [all...]
android_os_SystemProperties.cpp 205 env->CallStaticVoidMethod(sClazz, sCallChangeCallbacks);
android_view_RenderNodeAnimator.cpp 77 env->CallStaticVoidMethod(
android_util_Binder.cpp 149 env->CallStaticVoidMethod(gBinderInternalOffsets.mClass,
389 env->CallStaticVoidMethod(gBinderProxyOffsets.mClass,
632 env->CallStaticVoidMethod(gStrictModeCallbackOffsets.mClass,
    [all...]
android_media_JetPlayer.cpp 60 env->CallStaticVoidMethod(
AndroidRuntime.cpp 320 env->CallStaticVoidMethod(clazz, methodId, strArray);
    [all...]
android_media_AudioRecord.cpp 96 env->CallStaticVoidMethod(
110 env->CallStaticVoidMethod(
    [all...]
android_media_AudioTrack.cpp 133 env->CallStaticVoidMethod(
147 env->CallStaticVoidMethod(
    [all...]
android_media_AudioSystem.cpp 230 env->CallStaticVoidMethod(mClass, gAudioPortEventHandlerMethods.postEventFromNative, mObject,
366 env->CallStaticVoidMethod(clazz, env->GetStaticMethodID(clazz,
385 env->CallStaticVoidMethod(clazz, gAudioPolicyEventHandlerMethods.postDynPolicyEventFromNative,
428 env->CallStaticVoidMethod(clazz,
    [all...]
com_android_internal_os_Zygote.cpp 608 env->CallStaticVoidMethod(gZygoteClass, gCallPostForkChildHooks, debug_flags,
  /art/dalvikvm/
dalvikvm.cc 98 env->CallStaticVoidMethod(klass.get(), method, args.get());
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 159 env->CallStaticVoidMethod(clazz, gCachedState.yodel, result);
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 193 env->CallStaticVoidMethod(
214 env->CallStaticVoidMethod(
341 env->CallStaticVoidMethod(
  /external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxPooledObject.i 81 jenv->CallStaticVoidMethod(clazz, freeMethod, obj);
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 168 env->CallStaticVoidMethod(fields.mSoundPoolClass, fields.mPostEvent, user, event.mMsg, event.mArg1, event.mArg2, NULL);
  /system/core/libnativebridge/
native_bridge.cc 389 env->CallStaticVoidMethod(sclass_id, set_prop_id, env->NewStringUTF("os.arch"),
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 1053 CALL(CallStaticVoidMethod, StaticFromNative, method);
1100 TEST_DECLARATION(CallStaticVoidMethod) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 210 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz);
  /art/test/004-JniTest/
jni_test.cc 158 env->CallStaticVoidMethod(sub_class, execute);
314 env->CallStaticVoidMethod(system_clazz, loadLibraryMethodId, library_string);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 109 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, NULL);

Completed in 445 milliseconds

1 2 3 4 5