Searched refs:CallIntMethod (Results 1 – 3 of 3) sorted by relevance
34 jint hash = env->CallIntMethod(coreClass, midHashCode); in Java_android_jni_cts_ClassLoaderHelper_nativeGetHashCode()
614 result = CALL(CallIntMethod, o, method); in help_CallIntMethod()664 TEST_DECLARATION(CallIntMethod) { in TEST_DECLARATION() argument1724 RUN_TEST(CallIntMethod), in runAllTests()
168 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()