HomeSort by relevance Sort by last modified time
    Searched refs:JNI_TRUE (Results 151 - 175 of 222) sorted by null

1 2 3 4 5 67 8 9

  /art/runtime/
reflection.cc 391 if (arg != JNI_TRUE && arg != JNI_FALSE) {
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 1043 return result ? JNI_TRUE : JNI_FALSE;
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 234 return JNI_TRUE; // actually throws java exc.
android_util_Process.cpp 874 jboolean res = JNI_TRUE;
    [all...]
com_google_android_gles_jni_EGLImpl.cpp 69 return eglBool == EGL_TRUE ? JNI_TRUE : JNI_FALSE;
android_opengl_GLES32.cpp 435 _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE);
    [all...]
android_opengl_GLES11Ext.cpp 437 _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE);
883 releasePointer(_env, _array, image, JNI_TRUE);
906 releasePointer(_env, _array, image, JNI_TRUE);
    [all...]
android_opengl_GLES31Ext.cpp 436 _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 530 return JNI_TRUE;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 797 return JNI_TRUE;
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 205 val->boolean ? JNI_TRUE : JNI_FALSE);
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 677 return JNI_TRUE;
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 264 return obj->getFillPath(*src, dst) ? JNI_TRUE : JNI_FALSE;
    [all...]
  /libnativehelper/include/nativehelper/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h     [all...]

Completed in 227 milliseconds

1 2 3 4 5 67 8 9