HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowRuntimeException (Results 1 - 24 of 24) 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_view_InputEventReceiver.cpp 197 jniThrowRuntimeException(env, message.string());
338 jniThrowRuntimeException(env, "InputChannel is not initialized.");
344 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
354 jniThrowRuntimeException(env, message.string());
377 jniThrowRuntimeException(env, message.string());
391 jniThrowRuntimeException(env, message.string());
android_hardware_Camera.cpp 128 jniThrowRuntimeException(env, "Method called after release()");
459 jniThrowRuntimeException(env, "Fail to get camera info");
507 jniThrowRuntimeException(env, "Can't find android/hardware/Camera");
631 jniThrowRuntimeException(env, "startPreview failed");
687 jniThrowRuntimeException(env, "autoFocus failed");
699 jniThrowRuntimeException(env, "cancelAutoFocus failed");
729 jniThrowRuntimeException(env, "takePicture failed");
747 jniThrowRuntimeException(env, "setParameters failed");
760 jniThrowRuntimeException(env, "getParameters failed (empty parameters)");
785 jniThrowRuntimeException(env, "lock failed")
    [all...]
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 862 jniThrowRuntimeException(env, "Invalid file descriptor");
870 jniThrowRuntimeException(env, "dup() failed");
878 jniThrowRuntimeException(env, "fdopen() failed");
android_hardware_SensorManager.cpp 227 jniThrowRuntimeException(env, "MessageQueue is not initialized.");
android_view_MotionEvent.cpp 706 jniThrowRuntimeException(env, "Failed to read MotionEvent parcel.");
719 jniThrowRuntimeException(env, "Failed to write MotionEvent parcel.");
    [all...]
android_database_CursorWindow.cpp 117 jniThrowRuntimeException(env, msg.string());
android_hardware_camera2_DngCreator.cpp     [all...]
  /external/conscrypt/src/compat/native/
JNIHelp.h 71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
148 return jniThrowRuntimeException(&env->functions, msg);
JNIHelp.cpp 122 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {
  /libnativehelper/include/nativehelper/
JNIHelp.h 71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
148 return jniThrowRuntimeException(&env->functions, msg);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 261 jniThrowRuntimeException(env,
295 jniThrowRuntimeException(env, "Error during updateTexImage (see logcat for details)");
307 jniThrowRuntimeException(env, "Error during updateTexImage (see logcat for details)");
NinePatch.cpp 69 jniThrowRuntimeException(env, "Array too small for chunk.");
Graphics.cpp 24 jniThrowRuntimeException(env, msg);
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 56 jniThrowRuntimeException(env, "Out of memory");
android_media_ImageReader.cpp 222 jniThrowRuntimeException(env, "ImageReaderContext is not initialized");
233 jniThrowRuntimeException(env, "ImageReaderContext is not initialized");
678 jniThrowRuntimeException(env, "Failed to allocate native CpuConsumer");
684 jniThrowRuntimeException(env, "Can't find android/graphics/ImageReader");
754 jniThrowRuntimeException(env, "ImageReaderContext is not initialized");
871 jniThrowRuntimeException(env, "CpuConsumer is uninitialized");
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 424 jniThrowRuntimeException(env, message);
454 jniThrowRuntimeException(env, message);
481 jniThrowRuntimeException(env, message);
492 jniThrowRuntimeException(env, message);
536 jniThrowRuntimeException(env, message);
812 jniThrowRuntimeException(env, "Conversion to BIGNUM failed");
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /libnativehelper/
JNIHelp.cpp 248 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 224 milliseconds