HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowRuntimeException (Results 1 - 25 of 25) 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 136 jniThrowRuntimeException(env,
502 jniThrowRuntimeException(env, "Fail to get camera info");
550 jniThrowRuntimeException(env, "Can't find android/hardware/Camera");
674 jniThrowRuntimeException(env, "startPreview failed");
730 jniThrowRuntimeException(env, "autoFocus failed");
742 jniThrowRuntimeException(env, "cancelAutoFocus failed");
772 jniThrowRuntimeException(env, "takePicture failed");
790 jniThrowRuntimeException(env, "setParameters failed");
803 jniThrowRuntimeException(env, "getParameters failed (empty parameters)");
828 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 904 jniThrowRuntimeException(env, "Invalid file descriptor");
912 jniThrowRuntimeException(env, "dup() failed");
920 jniThrowRuntimeException(env, "fdopen() failed");
    [all...]
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");
699 jniThrowRuntimeException(env, "Failed to allocate native CpuConsumer");
705 jniThrowRuntimeException(env, "Can't find android/graphics/ImageReader");
775 jniThrowRuntimeException(env, "ImageReaderContext is not initialized");
877 jniThrowRuntimeException(env, "CpuConsumer is uninitialized");
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 466 jniThrowRuntimeException(env, message);
496 jniThrowRuntimeException(env, message);
524 jniThrowRuntimeException(env, message);
535 jniThrowRuntimeException(env, message);
579 jniThrowRuntimeException(env, message);
855 jniThrowRuntimeException(env, "Conversion to BIGNUM failed");
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 464 jniThrowRuntimeException(env, "empty area");
484 jniThrowRuntimeException(env, "no raw statistics");
  /libnativehelper/
JNIHelp.cpp 248 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 4792 milliseconds