Searched refs:JNI_OnLoad (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/voip/jni/rtp/ |
D | rtp_jni.cpp | 24 __attribute__((visibility("default"))) jint JNI_OnLoad(JavaVM *vm, void *unused) in JNI_OnLoad() function
|
/frameworks/base/packages/DefaultContainerService/jni/ |
D | com_android_defcontainer_MeasurementUtils.cpp | 68 int JNI_OnLoad(JavaVM *jvm, void* reserved) { in JNI_OnLoad() function
|
/frameworks/base/services/jni/ |
D | onload.cpp | 40 extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool.cpp | 284 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 460 <li> Provide a native function: <code><strong>jint JNI_OnLoad(JavaVM* vm, void* reserved)</strong><… 461 <li>In <code>JNI_OnLoad</code>, register all of your native methods. You 467 <p>The <code>JNI_OnLoad</code> function should look something like this if 469 <pre>jint JNI_OnLoad(JavaVM* vm, void* reserved) 488 <code>JNI_OnLoad</code> function. 493 <p>One other note about <code>JNI_OnLoad</code>: any <code>FindClass</code> 499 <code>JNI_OnLoad</code> a convenient place to look up and cache class 650 <code>JNI_OnLoad</code>, and cache the class references for later 652 <code>JNI_OnLoad</code> will use the class loader associated with
|
/frameworks/base/media/jni/audioeffect/ |
D | android_media_AudioEffect.cpp | 891 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/media/jni/ |
D | android_media_MediaPlayer.cpp | 823 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/media/libdrm/mobile1/src/jni/ |
D | drm1_jni.c | 1145 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 787 jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad() function
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 1324 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/media/jni/mediaeditor/ |
D | VideoEditorMain.cpp | 3661 jint JNI_OnLoad( in JNI_OnLoad() function
|