HomeSort by relevance Sort by last modified time
    Searched refs:JNI_ABORT (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
396 _exception ? JNI_ABORT: 0);
400 _exception ? JNI_ABORT: 0);
android_opengl_GLES11Ext.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
438 JNI_ABORT);
522 JNI_ABORT);
606 JNI_ABORT);
703 JNI_ABORT);
859 JNI_ABORT);
957 JNI_ABORT);
1043 _exception ? JNI_ABORT: 0);
    [all...]
com_google_android_gles_jni_GLImpl.cpp 150 commit ? 0 : JNI_ABORT);
581 JNI_ABORT);
840 JNI_ABORT);
986 JNI_ABORT);
    [all...]
android_view_KeyCharacterMap.cpp 153 env->ReleasePrimitiveArrayCritical(charsArray, chars, JNI_ABORT);
191 env->ReleaseCharArrayElements(charsArray, chars, JNI_ABORT);
android_opengl_GLES10.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
647 JNI_ABORT);
892 JNI_ABORT);
1010 JNI_ABORT);
    [all...]
com_google_android_gles_jni_EGLImpl.cpp 113 _env->ReleasePrimitiveArrayCritical(attrib_list, attrib_base, JNI_ABORT);
134 _env->ReleasePrimitiveArrayCritical(major_minor, base, JNI_ABORT);
154 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT);
174 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT);
android_view_GLES20Canvas.cpp 665 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
682 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
701 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
739 env->ReleaseFloatArrayElements(pos, positions, JNI_ABORT);
740 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
751 env->ReleaseFloatArrayElements(pos, positions, JNI_ABORT);
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 151 env->ReleaseIntArrayElements(static_cast<jintArray>(object), elems, JNI_ABORT);
156 env->ReleaseFloatArrayElements(static_cast<jfloatArray>(object), elems, JNI_ABORT);
jni_gl_frame.cpp 122 env->ReleaseByteArrayElements(data, bytes, JNI_ABORT);
151 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
181 env->ReleaseFloatArrayElements(floats, float_ptr, JNI_ABORT);
jni_shader_program.cpp 287 env->ReleaseFloatArrayElements(values, float_ptr, JNI_ABORT);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 284 e->ReleaseByteArrayElements(buf, (jbyte *)nfc_jni_ndef_rw.buffer, JNI_ABORT);
882 (jbyte *)buf, JNI_ABORT);
    [all...]
com_android_nfc.cpp 265 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
287 e->ReleaseIntArrayElements(libNfcTypes.get(), types, JNI_ABORT);
com_android_nfc_NativeP2pDevice.cpp 345 (jbyte *)transceive_info.sSendData.buffer, JNI_ABORT);
460 e->ReleaseByteArrayElements(buf, (jbyte *)data.buffer, JNI_ABORT);
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 113 e->ReleaseByteArrayElements(data, (jbyte*)sSendBuffer.buffer, JNI_ABORT);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 61 _exception ? JNI_ABORT : 0);
common.cpp 107 commit ? 0 : JNI_ABORT);
253 _exception ? JNI_ABORT: 0);
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 41 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, JNI_ABORT); \
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 414 env->ReleaseCharArrayElements(text, const_cast<jchar*>(textArray), JNI_ABORT);
496 JNI_ABORT);
534 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT);
586 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
650 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
672 env->ReleaseCharArrayElements(text, const_cast<jchar*>(textArray), JNI_ABORT);
743 JNI_ABORT);
791 JNI_ABORT);
    [all...]
NinePatch.cpp 58 env->ReleaseByteArrayElements(obj, const_cast<jbyte*>(array), JNI_ABORT);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 242 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
269 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 121 env->ReleaseFloatArrayElements(coeffArray, coeffs, JNI_ABORT);
250 env->ReleaseFloatArrayElements(coeffArray, coeffs, JNI_ABORT);
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 256 env->ReleaseByteArrayElements(data, buffer, JNI_ABORT);
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 80 mEnv->ReleaseByteArrayElements(mJavaArray, mRawArray, JNI_ABORT);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 262 (*env)->ReleaseIntArrayElements(env, v9, elements, JNI_ABORT);
android_jni_cts_StaticNonce.c 277 (*env)->ReleaseIntArrayElements(env, v9, elements, JNI_ABORT);

Completed in 559 milliseconds

12 3 4 5