Home
last modified time | relevance | path

Searched refs:AndroidRuntime (Results 1 – 25 of 115) sorted by relevance

12345

/frameworks/base/opengl/tests/testPauseResume/
DREADME24 E/AndroidRuntime( 1466): FATAL EXCEPTION: GLThread 9
25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
26 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
27 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
28 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:…
29 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.j…
30 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:110…
/frameworks/base/include/android_runtime/
DAndroidRuntime.h34 class AndroidRuntime
37 AndroidRuntime();
38 virtual ~AndroidRuntime();
67 static AndroidRuntime* getRuntime();
/frameworks/base/core/jni/
DAndroidRuntime.cpp175 static AndroidRuntime* gCurRuntime = NULL;
239 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
242 AndroidRuntime::AndroidRuntime() in AndroidRuntime() function in android::AndroidRuntime
263 AndroidRuntime::~AndroidRuntime() in ~AndroidRuntime()
271 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env, in registerNativeMethods()
280 status_t AndroidRuntime::callStatic(const char* className, const char* methodName) in callStatic()
306 status_t AndroidRuntime::callMain( in callMain()
353 jclass AndroidRuntime::findClass(JNIEnv* env, const char* className) in findClass()
464 int AndroidRuntime::addVmArguments(int argc, const char* const argv[]) in addVmArguments()
534 void AndroidRuntime::parseExtraOpts(char* extraOptsBuf) in parseExtraOpts()
[all …]
Dandroid_os_UEventObserver.cpp66 return AndroidRuntime::registerNativeMethods(env, in register_android_os_UEventObserver()
Dcom_android_internal_graphics_NativeUtils.cpp60 return AndroidRuntime::registerNativeMethods( in register_com_android_internal_graphics_NativeUtils()
Dandroid_util_FloatMath.cpp40 int result = android::AndroidRuntime::registerNativeMethods(env, in register_android_util_FloatMath()
Dandroid_os_SystemClock.cpp98 return AndroidRuntime::registerNativeMethods(env, in register_android_os_SystemClock()
Dandroid_media_AudioSystem.cpp101 JNIEnv *env = AndroidRuntime::getJNIEnv(); in android_media_AudioSystem_error_callback()
220 return AndroidRuntime::registerNativeMethods(env, in register_android_media_AudioSystem()
Dandroid_text_AndroidBidi.cpp77 return AndroidRuntime::registerNativeMethods(env, "android/text/AndroidBidi", in register_android_text_AndroidBidi()
Dandroid_graphics_PixelFormat.cpp105 return AndroidRuntime::registerNativeMethods(env, in register_android_graphics_PixelFormat()
Dandroid_view_ViewRoot.cpp96 return AndroidRuntime::registerNativeMethods(env, in register_android_view_ViewRoot()
Dandroid_os_Power.cpp113 return AndroidRuntime::registerNativeMethods( in register_android_os_Power()
Dandroid_server_Watchdog.cpp107 return AndroidRuntime::registerNativeMethods(env, "com/android/server/Watchdog", in register_android_server_Watchdog()
/frameworks/base/cmds/app_process/
Dapp_main.cpp32 AndroidRuntime* jr = AndroidRuntime::getRuntime(); in app_init()
39 class AppRuntime : public AndroidRuntime
96 AndroidRuntime::onExit(code); in onExit()
/frameworks/base/cmds/system_server/library/
Dsystem_init.cpp101 AndroidRuntime* runtime = AndroidRuntime::getRuntime(); in system_init()
/frameworks/base/services/jni/
Dcom_android_server_location_GpsLocationProvider.cpp72 JNIEnv* env = AndroidRuntime::getJNIEnv(); in location_callback()
83 JNIEnv* env = AndroidRuntime::getJNIEnv(); in status_callback()
90 JNIEnv* env = AndroidRuntime::getJNIEnv(); in sv_status_callback()
98 JNIEnv* env = AndroidRuntime::getJNIEnv(); in nmea_callback()
110 JNIEnv* env = AndroidRuntime::getJNIEnv(); in set_capabilities_callback()
127 return (pthread_t)AndroidRuntime::createJavaThread(name, start, arg); in create_thread_callback()
144 JNIEnv* env = AndroidRuntime::getJNIEnv(); in xtra_download_request_callback()
156 JNIEnv* env = AndroidRuntime::getJNIEnv(); in agps_status_callback()
170 JNIEnv* env = AndroidRuntime::getJNIEnv(); in gps_ni_notify_callback()
202 JNIEnv* env = AndroidRuntime::getJNIEnv(); in agps_request_set_id()
[all …]
Dcom_android_server_PowerManagerService.cpp96 JNIEnv* env = AndroidRuntime::getJNIEnv(); in android_server_PowerManagerService_userActivity()
106 JNIEnv* env = AndroidRuntime::getJNIEnv(); in android_server_PowerManagerService_goToSleep()
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp318 int ret1 = AndroidRuntime::registerNativeMethods(env, in register_android_media_MediaProfiles()
323 int ret2 = AndroidRuntime::registerNativeMethods(env, in register_android_media_MediaProfiles()
328 int ret3 = AndroidRuntime::registerNativeMethods(env, in register_android_media_MediaProfiles()
333 int ret4 = AndroidRuntime::registerNativeMethods(env, in register_android_media_MediaProfiles()
Dandroid_media_ResampleInputStream.cpp132 return AndroidRuntime::registerNativeMethods(env, in register_android_media_ResampleInputStream()
/frameworks/base/core/jni/android/graphics/
DRasterizer.cpp45 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Rasterizer", methods, in register_android_graphics_Rasterizer()
DPorterDuff.cpp46 int result = AndroidRuntime::registerNativeMethods(env, in register_android_graphics_PorterDuff()
DLayerRasterizer.cpp29 return android::AndroidRuntime::registerNativeMethods(env, in register_android_graphics_LayerRasterizer()
DDrawFilter.cpp63 …result = android::AndroidRuntime::registerNativeMethods(env, name, array, SK_ARRAY_COUNT(array)); …
DXfermode.cpp63 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \
DColorFilter.cpp84 result = android::AndroidRuntime::registerNativeMethods(env, name, array, \

12345