/frameworks/base/packages/services/PacProcessor/jni/ |
D | jni_init.cpp | 28 extern "C" jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) { in JNI_OnLoad() function
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | rtp_jni.cpp | 24 __attribute__((visibility("default"))) jint JNI_OnLoad(JavaVM *vm, void *) in JNI_OnLoad() function
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_init.cpp | 30 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) { in JNI_OnLoad() function
|
/frameworks/ex/framesequence/jni/ |
D | BitmapDecoderJNI.cpp | 32 jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad() function
|
/frameworks/webview/chromium/plat_support/ |
D | jni_entry_point.cpp | 29 JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad() function
|
/frameworks/base/core/tests/coretests/apks/install_jni_lib/ |
D | com_android_frameworks_coretests_JNITest.cpp | 40 jint JNI_OnLoad(JavaVM *jvm, void */* reserved */) { 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/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 85 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) in JNI_OnLoad() function
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 85 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) in JNI_OnLoad() function
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
D | native.cpp | 85 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) in JNI_OnLoad() function
|
/frameworks/base/services/core/jni/ |
D | onload.cpp | 53 extern "C" jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) in JNI_OnLoad() function
|
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 188 jint JNI_OnLoad(JavaVM* jvm, void*) { in JNI_OnLoad() function
|
/frameworks/base/services/tests/servicestests/jni/ |
D | apf_jni.cpp | 162 extern "C" jint JNI_OnLoad(JavaVM* vm, void*) { in JNI_OnLoad() function
|
/frameworks/webview/chromium/loader/ |
D | loader.cpp | 239 JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void*) { in JNI_OnLoad() function
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 464 <li> Provide a native function: <code><strong>jint JNI_OnLoad(JavaVM* vm, void* reserved)</strong><… 465 <li>In <code>JNI_OnLoad</code>, register all of your native methods. You 471 <p>The <code>JNI_OnLoad</code> function should look something like this if 473 <pre>jint JNI_OnLoad(JavaVM* vm, void* reserved) 492 <code>JNI_OnLoad</code> function. 497 <p>One other note about <code>JNI_OnLoad</code>: any <code>FindClass</code> 503 <code>JNI_OnLoad</code> a convenient place to look up and cache class 679 <code>JNI_OnLoad</code>, and cache the class references for later 681 <code>JNI_OnLoad</code> will use the class loader associated with
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 242 jint JNI_OnLoad(JavaVM* jvm, void*) { in JNI_OnLoad() function
|
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool.cpp | 297 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) in JNI_OnLoad() function
|
/frameworks/base/packages/MtpDocumentsProvider/jni/ |
D | com_android_mtp_AppFuse.cpp | 494 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) { in JNI_OnLoad() function
|
/frameworks/base/media/jni/audioeffect/ |
D | android_media_AudioEffect.cpp | 909 jint JNI_OnLoad(JavaVM* vm, void* reserved __unused) in JNI_OnLoad() function
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 780 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) { in JNI_OnLoad() function
|
/frameworks/base/media/jni/ |
D | android_media_MediaPlayer.cpp | 1114 jint JNI_OnLoad(JavaVM* vm, void* /* reserved */) in JNI_OnLoad() function
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 2399 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2968 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() function
|