HomeSort by relevance Sort by last modified time
    Searched refs:JNI_OK (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/jni/
CtsJniOnLoad.cpp 28 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/permission/jni/
CtsPermissionsJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/voip/jni/rtp/
rtp_jni.cpp 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
  /cts/tests/tests/jni/libjnitest/
register.c 29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 37 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 73 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
100 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 74 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
PluginObject.cpp 58 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/services/jni/
onload.cpp 46 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /libcore/luni/src/main/native/
Register.cpp 27 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 82 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
111 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 238 sizeof(gMethods) / sizeof(gMethods[0])) != JNI_OK)
257 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/quake/quake/src/QW/client/
main.cpp 113 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 134 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 94 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
121 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
150 if (!m_surface || gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK ||
472 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/quake/quake/src/WinQuake/
masterMain.cpp 136 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 129 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 115 if (result != JNI_OK) {
127 if (result != JNI_OK) {
Graphics.cpp 390 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK || NULL == env)
405 if (env->GetJavaVM(&fVM) != JNI_OK) {
512 if (env->GetJavaVM(&fVM) != JNI_OK) {
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 100 if (!m_surface || gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK ||
135 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
233 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
264 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 77 if (jniError == JNI_OK && nJVMs > 0)
98 if (jniError == JNI_OK)
  /frameworks/base/core/jni/
AndroidRuntime.cpp 899 if (mJavaVM->DetachCurrentThread() != JNI_OK)
933 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK)
958 if (result != JNI_OK)
976 if (result != JNI_OK)
    [all...]
  /libnativehelper/
JNIHelp.cpp 228 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) {
315 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {

Completed in 550 milliseconds

1 2 3 4