Searched refs:AndroidRuntime (Results 1 - 25 of 106) sorted by relevance

12345

/frameworks/base/core/jni/android/graphics/
H A DPorterDuff.cpp25 #include <android_runtime/AndroidRuntime.h>
46 int result = AndroidRuntime::registerNativeMethods(env,
H A DRasterizer.cpp25 #include <android_runtime/AndroidRuntime.h>
45 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Rasterizer", methods,
H A DXfermode.cpp19 #include <android_runtime/AndroidRuntime.h>
60 #include <android_runtime/AndroidRuntime.h>
63 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \
H A DLayerRasterizer.cpp19 #include <android_runtime/AndroidRuntime.h>
29 return android::AndroidRuntime::registerNativeMethods(env,
H A DDrawFilter.cpp25 #include <android_runtime/AndroidRuntime.h>
63 result = android::AndroidRuntime::registerNativeMethods(env, name, array, SK_ARRAY_COUNT(array)); \
H A DColorFilter.cpp20 #include <android_runtime/AndroidRuntime.h>
84 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \
H A DPicture.cpp19 #include <android_runtime/AndroidRuntime.h>
111 #include <android_runtime/AndroidRuntime.h>
114 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \
H A DCamera.cpp2 #include <android_runtime/AndroidRuntime.h>
97 return android::AndroidRuntime::registerNativeMethods(env,
H A DInterpolator.cpp2 #include <android_runtime/AndroidRuntime.h>
93 return android::AndroidRuntime::registerNativeMethods(env,
H A DMaskFilter.cpp76 #include <android_runtime/AndroidRuntime.h>
79 result = android::AndroidRuntime::registerNativeMethods(env, name, array, SK_ARRAY_COUNT(array)); \
H A DPathEffect.cpp91 #include <android_runtime/AndroidRuntime.h>
94 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \
/frameworks/base/core/jni/
H A Dandroid_os_Hardware.cpp21 #include <android_runtime/AndroidRuntime.h>
58 return AndroidRuntime::registerNativeMethods(env,
H A Dandroid_util_FloatMath.cpp2 #include <android_runtime/AndroidRuntime.h>
40 int result = android::AndroidRuntime::registerNativeMethods(env,
H A Dcom_android_internal_graphics_NativeUtils.cpp22 #include <android_runtime/AndroidRuntime.h>
60 return AndroidRuntime::registerNativeMethods(
H A Dandroid_nio_utils.h20 #include <android_runtime/AndroidRuntime.h>
H A Dandroid_graphics_PixelFormat.cpp23 #include <android_runtime/AndroidRuntime.h>
81 return AndroidRuntime::registerNativeMethods(env,
H A DAndroidRuntime.cpp1 /* //device/libs/android_runtime/AndroidRuntime.cpp
18 #define LOG_TAG "AndroidRuntime"
21 #include <android_runtime/AndroidRuntime.h>
161 static AndroidRuntime* gCurRuntime = NULL;
225 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
228 AndroidRuntime::AndroidRuntime() function in class:android::AndroidRuntime
249 AndroidRuntime::~AndroidRuntime()
257 /*static*/ int AndroidRuntime
[all...]
H A Dandroid_os_SystemClock.cpp24 #include "android_runtime/AndroidRuntime.h"
98 return AndroidRuntime::registerNativeMethods(env,
H A Dandroid_os_UEventObserver.cpp23 #include "android_runtime/AndroidRuntime.h"
66 return AndroidRuntime::registerNativeMethods(env,
H A Dandroid_util_Base64.cpp29 #include <android_runtime/AndroidRuntime.h>
155 return AndroidRuntime::registerNativeMethods(
H A Dandroid_view_ViewRoot.cpp27 #include <android_runtime/AndroidRuntime.h>
93 return AndroidRuntime::registerNativeMethods(env,
H A Dandroid_backup_BackupDataInput.cpp21 #include <android_runtime/AndroidRuntime.h>
160 return AndroidRuntime::registerNativeMethods(env, "android/backup/BackupDataInput",
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h34 class AndroidRuntime class in namespace:android
37 AndroidRuntime();
38 virtual ~AndroidRuntime();
67 static AndroidRuntime* getRuntime();
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp23 #include <android_runtime/AndroidRuntime.h>
97 AndroidRuntime* runtime = AndroidRuntime::getRuntime();
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp15 #include <android_runtime/AndroidRuntime.h>
32 AndroidRuntime* jr = AndroidRuntime::getRuntime();
39 class AppRuntime : public AndroidRuntime
96 AndroidRuntime::onExit(code);

Completed in 1253 milliseconds

12345