Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_JniStaticTest.cpp34 jint hash = env->CallIntMethod(coreClass, midHashCode); in Java_android_jni_cts_ClassLoaderHelper_nativeGetHashCode()
Dmacroized_tests.c624 result = CALL(CallIntMethod, o, method); in help_CallIntMethod()
675 TEST_DECLARATION(CallIntMethod) { in TEST_DECLARATION() argument
1749 RUN_TEST(CallIntMethod), in runAllTests()
/cts/tests/tests/media/libmediandkjni/
Dcodec-utils-jni.cpp177 img->format = env->CallIntMethod(image, gFields.methodFormat); in getNativeImage()
178 img->width = env->CallIntMethod(image, gFields.methodWidth); in getNativeImage()
179 img->height = env->CallIntMethod(image, gFields.methodHeight); in getNativeImage()
219 img->plane[ix].colInc = env->CallIntMethod(plane.get(), gFields.methodPixelStride); in getNativeImage()
220 img->plane[ix].rowInc = env->CallIntMethod(plane.get(), gFields.methodRowStride); in getNativeImage()