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()
624 result = CALL(CallIntMethod, o, method); in help_CallIntMethod()675 TEST_DECLARATION(CallIntMethod) { in TEST_DECLARATION() argument1749 RUN_TEST(CallIntMethod), in runAllTests()
177 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()