HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowRuntimeException (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/jni/
android_media_ToneGenerator.cpp 47 jniThrowRuntimeException(env, "Method called after release()");
62 jniThrowRuntimeException(env, "Method called after release()");
72 jniThrowRuntimeException(env, "Method called after release()");
100 jniThrowRuntimeException(env, "Init failed");
android_hardware_Camera.cpp 122 jniThrowRuntimeException(env, "Method called after release()");
453 jniThrowRuntimeException(env, "Fail to get camera info");
480 jniThrowRuntimeException(env, "Fail to connect to camera service");
486 jniThrowRuntimeException(env, "Camera initialization failed");
492 jniThrowRuntimeException(env, "Can't find android/hardware/Camera");
596 jniThrowRuntimeException(env, "startPreview failed");
652 jniThrowRuntimeException(env, "autoFocus failed");
664 jniThrowRuntimeException(env, "cancelAutoFocus failed");
694 jniThrowRuntimeException(env, "takePicture failed");
712 jniThrowRuntimeException(env, "setParameters failed")
    [all...]
android_view_InputEventReceiver.cpp 196 jniThrowRuntimeException(env, message.string());
330 jniThrowRuntimeException(env, "InputChannel is not initialized.");
336 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
346 jniThrowRuntimeException(env, message.string());
369 jniThrowRuntimeException(env, message.string());
381 jniThrowRuntimeException(env, message.string());
android_view_InputQueue.cpp 199 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
204 jniThrowRuntimeException(env, "InputQueue failed to initialize");
224 jniThrowRuntimeException(env, "Could not read contents of KeyEvent object.");
240 jniThrowRuntimeException(env, "Could not obtain MotionEvent pointer.");
android_view_DisplayEventReceiver.cpp 214 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
224 jniThrowRuntimeException(env, message.string());
246 jniThrowRuntimeException(env, message.string());
android_view_InputEventSender.cpp 238 jniThrowRuntimeException(env, "InputChannel is not initialized.");
244 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
254 jniThrowRuntimeException(env, message.string());
android_view_InputChannel.cpp 134 jniThrowRuntimeException(env, message.string());
207 jniThrowRuntimeException(env,
android_os_MessageQueue.cpp 120 jniThrowRuntimeException(env, "Unable to allocate native queue");
android_os_Debug.cpp 521 jniThrowRuntimeException(env, "Invalid file descriptor");
529 jniThrowRuntimeException(env, "dup() failed");
537 jniThrowRuntimeException(env, "fdopen() failed");
android_hardware_SensorManager.cpp 174 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
android_view_MotionEvent.cpp 700 jniThrowRuntimeException(env, "Failed to read MotionEvent parcel.");
713 jniThrowRuntimeException(env, "Failed to write MotionEvent parcel.");
    [all...]
android_database_CursorWindow.cpp 116 jniThrowRuntimeException(env, msg.string());
  /libnativehelper/include/nativehelper/
JNIHelp.h 69 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
145 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
146 return jniThrowRuntimeException(&env->functions, msg);
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 56 jniThrowRuntimeException(env, "Out of memory");
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 213 jniThrowRuntimeException(env,
247 jniThrowRuntimeException(env, "Error during updateTexImage (see logcat for details)");
NinePatch.cpp 61 jniThrowRuntimeException(env, "Array too small for chunk.");
Graphics.cpp 22 jniThrowRuntimeException(env, msg);
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 372 jniThrowRuntimeException(env, message);
401 jniThrowRuntimeException(env, message);
428 jniThrowRuntimeException(env, message);
439 jniThrowRuntimeException(env, message);
483 jniThrowRuntimeException(env, message);
698 jniThrowRuntimeException(env, "Conversion to BIGNUM failed");
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /libnativehelper/
JNIHelp.cpp 249 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 1440 milliseconds