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.c623 result = CALL(CallIntMethod, o, method); in help_CallIntMethod()
674 TEST_DECLARATION(CallIntMethod) { in TEST_DECLARATION() argument
1748 RUN_TEST(CallIntMethod), in runAllTests()
/cts/tests/tests/media/libmediandkjni/
Dcodec-utils-jni.cpp170 img->format = env->CallIntMethod(image, gFields.methodFormat); in getNativeImage()
171 img->width = env->CallIntMethod(image, gFields.methodWidth); in getNativeImage()
172 img->height = env->CallIntMethod(image, gFields.methodHeight); in getNativeImage()
212 img->plane[ix].colInc = env->CallIntMethod(plane.get(), gFields.methodPixelStride); in getNativeImage()
213 img->plane[ix].rowInc = env->CallIntMethod(plane.get(), gFields.methodRowStride); in getNativeImage()