HomeSort by relevance Sort by last modified time
    Searched full:jni (Results 251 - 275 of 534) sorted by null

<<11121314151617181920>>

  /frameworks/base/opengl/tests/gldual/jni/
gl_code.cpp 3 #include <nativehelper/jni.h>
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 21 #include "jni.h"
com_android_server_LightsService.cpp 19 #include "jni.h"
com_android_server_SensorService.cpp 23 #include "jni.h"
  /ndk/docs/
CPU-FEATURES.TXT 28 <project-path>/jni/Android.mk:
  /ndk/samples/hello-gl2/jni/
gl_code.cpp 19 #include <jni.h>
  /packages/apps/IM/libwbxml/src/
wbxml_jni.cpp 20 #include <jni.h>
41 /** The JNI enviromenet. */
53 /** The JNI enviroment. */
597 * Returns the JNI version on success, -1 on failure.
  /dalvik/libcore/archive/src/main/native/
java_util_zip_Deflater.c 22 #include "jni.h"
290 * JNI registration
  /dalvik/libcore/icu/src/main/native/
NativeConverter.cpp 14 * A JNI wrapper to ICU native converter Interface
44 * @param env environment handle for JNI
71 * @param env environment handle for JNI
106 * @param env environment handle for JNI
149 * @param env environment handle for JNI
191 * @param env environment handle for JNI
275 * @param env environment handle for JNI
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 18 * JNI method invocation. This is used to call a C/C++ JNI method. The
  /external/clearsilver/ports/rpm/
clearsilver.spec 143 The clearsilver-java package provides a java jni interface to the
220 %{__prefix}/lib/libclearsilver-jni.so
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 19 #include "jni.h"
218 * JNI registration.
android_os_Debug.cpp 18 #include "jni.h"
278 * JNI registration.
com_android_internal_os_ZygoteInit.cpp 26 #include "jni.h"
331 * JNI registration.
android_util_EventLog.cpp 21 #include "jni.h"
231 * JNI registration.
android_util_XmlBlock.cpp 20 #include "jni.h"
371 * JNI registration.
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 20 #define LOG_TAG "SoundPool-JNI"
23 #include <nativehelper/jni.h>
  /dalvik/vm/
Thread.c 74 and on requests coming in from native code (e.g. all JNI functions).
77 Native methods must use JNI calls to modify object references to avoid
78 clashes with the GC. JNI doesn't provide a way for native code to access
80 so it should be possible to fully control access through JNI.
102 code makes JNI calls, there is no risk of suspending while holding internal
564 * Could be an unusual JNI thread-attach thing.
608 * stopped, so these should be Thread objects or JNI-attached threads
731 #if 0 /* bad things happen if they come out of JNI or "spuriously" wake up */
750 * JNI registration.
760 /* create a "fake" JNI frame at the top of the main thread interp stack *
    [all...]
Native.c 22 * alternative to JNI.
112 /* now scan any DLLs we have loaded for JNI signatures */
115 /* found it, point it at the JNI bridge and then call it */
438 * The library will be associated with the specified class loader. The JNI
547 * the comments in the JNI FindClass function.)
Dvm.mk 96 # bug hunting: checksum and verify interpreted stack when making JNI calls
113 Jni.c \
  /frameworks/base/docs/html/sdk/ndk/
index.jd 229 library), OpenGL ES (3D graphics library), the JNI interface, and other
258 <li>JNI interface headers</li>
468 <code>&lt;project&gt;/jni/...</code></li>
469 <li>Create <code>&lt;project&gt;/jni/Android.mk</code> to
471 <li>Optional: Create <code>&lt;project&gt;/jni/Application.mk</code>.</li>
500 <li><code>hello-jni</code> &mdash; a simple application that loads a string from
526 <code>&lt;ndk&gt;/samples/&lt;name&gt;/jni/</code>. </p>
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 18 * These are all tests of JNI, but where the JNI calls themselves are
59 * CALL() calls the JNI function with the given name, using a JNIEnv
91 clazz = CALL(FindClass, "android/jni/cts/StaticFromNative");
98 clazz = CALL(FindClass, "android/jni/cts/InstanceFromNative");
106 "Landroid/jni/cts/InstanceFromNative;");
    [all...]
  /dalvik/vm/mterp/c/
gotoTargets.c 611 * that were thrown *from* the JNI code (as opposed to *through* it).
614 * here, and have the JNI exception code do the reporting to the
646 * be correct in all circumstances, e.g. if JNI code devours the
669 /* falling through to JNI code or off the bottom of the stack */
886 /* set this up for JNI locals, even if not a JNI native */
    [all...]
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 25 #include "jni.h"
188 * reference to the Class object, we need to convert it to a JNI global
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 28 #include "jni.h"
307 // JNI mapping between Java methods and native methods

Completed in 171 milliseconds

<<11121314151617181920>>