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.c614 result = CALL(CallIntMethod, o, method); in help_CallIntMethod()
664 TEST_DECLARATION(CallIntMethod) { in TEST_DECLARATION() argument
1724 RUN_TEST(CallIntMethod), in runAllTests()
/cts/tests/tests/media/libmediandkjni/
Dcodec-utils-jni.cpp168 img->format = env->CallIntMethod(image, gFields.methodFormat); in getNativeImage()
169 img->width = env->CallIntMethod(image, gFields.methodWidth); in getNativeImage()
170 img->height = env->CallIntMethod(image, gFields.methodHeight); in getNativeImage()
210 img->plane[ix].colInc = env->CallIntMethod(plane.get(), gFields.methodPixelStride); in getNativeImage()
211 img->plane[ix].rowInc = env->CallIntMethod(plane.get(), gFields.methodRowStride); in getNativeImage()