/frameworks/base/core/jni/android/graphics/ |
Region.cpp | 25 #include <android_runtime/AndroidRuntime.h> 290 int result = android::AndroidRuntime::registerNativeMethods(env, "android/graphics/Region", 295 return android::AndroidRuntime::registerNativeMethods(env, "android/graphics/RegionIterator",
|
NinePatch.cpp | 174 #include <android_runtime/AndroidRuntime.h> 187 return android::AndroidRuntime::registerNativeMethods(env,
|
YuvToJpegEncoder.cpp | 236 #include <android_runtime/AndroidRuntime.h> 247 return android::AndroidRuntime::registerNativeMethods(env, kClassPathName,
|
TextLayoutCache.h | 41 #include <android_runtime/AndroidRuntime.h>
|
/frameworks/base/services/jni/ |
com_android_server_InputWindowHandle.cpp | 21 #include <android_runtime/AndroidRuntime.h> 69 JNIEnv* env = AndroidRuntime::getJNIEnv(); 78 JNIEnv* env = AndroidRuntime::getJNIEnv();
|
com_android_server_UsbHostManager.cpp | 22 #include "android_runtime/AndroidRuntime.h" 64 JNIEnv* env = AndroidRuntime::getJNIEnv(); 124 JNIEnv* env = AndroidRuntime::getJNIEnv();
|
/frameworks/base/core/jni/ |
android_media_ToneGenerator.cpp | 26 #include "android_runtime/AndroidRuntime.h" 147 return AndroidRuntime::registerNativeMethods(env,
|
android_os_StatFs.cpp | 27 #include "android_runtime/AndroidRuntime.h" 159 return AndroidRuntime::registerNativeMethods(env,
|
android_util_FileObserver.cpp | 22 #include "android_runtime/AndroidRuntime.h" 162 return AndroidRuntime::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", sMethods, NELEM(sMethods));
|
android_backup_BackupHelperDispatcher.cpp | 21 #include <android_runtime/AndroidRuntime.h> 240 return AndroidRuntime::registerNativeMethods(env, "android/app/backup/BackupHelperDispatcher",
|
android_database_SQLiteProgram.cpp | 22 #include <android_runtime/AndroidRuntime.h> 191 return AndroidRuntime::registerNativeMethods(env,
|
android_database_SQLiteQuery.cpp | 22 #include <android_runtime/AndroidRuntime.h> 241 return AndroidRuntime::registerNativeMethods(env,
|
android_database_SQLiteStatement.cpp | 25 #include <android_runtime/AndroidRuntime.h> 282 return AndroidRuntime::registerNativeMethods(env,
|
android_media_AudioSystem.cpp | 28 #include "android_runtime/AndroidRuntime.h" 107 JNIEnv *env = AndroidRuntime::getJNIEnv(); 231 return AndroidRuntime::registerNativeMethods(env,
|
android_net_NetUtils.cpp | 21 #include <android_runtime/AndroidRuntime.h> 234 return AndroidRuntime::registerNativeMethods(env,
|
android_opengl_GLES10Ext.cpp | 22 #include <android_runtime/AndroidRuntime.h> 225 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
|
android_os_FileUtils.cpp | 22 #include <android_runtime/AndroidRuntime.h> 187 return AndroidRuntime::registerNativeMethods(
|
android_view_KeyCharacterMap.cpp | 20 #include <android_runtime/AndroidRuntime.h> 186 return AndroidRuntime::registerNativeMethods(env,
|
android_view_KeyEvent.cpp | 21 #include <android_runtime/AndroidRuntime.h> 168 return AndroidRuntime::registerNativeMethods(
|
android_view_TextureView.cpp | 19 #include <android_runtime/AndroidRuntime.h> 235 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
|
android_media_AudioRecord.cpp | 28 #include "android_runtime/AndroidRuntime.h" 97 JNIEnv *env = AndroidRuntime::getJNIEnv(); 111 JNIEnv *env = AndroidRuntime::getJNIEnv(); 605 return AndroidRuntime::registerNativeMethods(env,
|
android_content_res_Configuration.cpp | 24 #include "android_runtime/AndroidRuntime.h" 126 return AndroidRuntime::registerNativeMethods(env, "android/content/res/Configuration", gMethods,
|
/frameworks/base/media/jni/ |
android_media_AmrInputStream.cpp | 23 #include "android_runtime/AndroidRuntime.h" 135 return AndroidRuntime::registerNativeMethods(env,
|
android_media_MediaRecorder.cpp | 34 #include "android_runtime/AndroidRuntime.h" 94 JNIEnv *env = AndroidRuntime::getJNIEnv(); 103 JNIEnv *env = AndroidRuntime::getJNIEnv(); 485 return AndroidRuntime::registerNativeMethods(env,
|
/frameworks/base/media/jni/audioeffect/ |
android_media_Visualizer.cpp | 25 #include <android_runtime/AndroidRuntime.h> 108 JNIEnv *env = AndroidRuntime::getJNIEnv(); 503 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
|