Home
last modified time | relevance | path

Searched refs:doThrowRE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmap.cpp1082 doThrowRE(env, "Could not read bitmap blob."); in Bitmap_createFromParcel()
1102 doThrowRE(env, "Could not allocate dup blob fd."); in Bitmap_createFromParcel()
1112 doThrowRE(env, "Could not allocate ashmem pixel ref."); in Bitmap_createFromParcel()
1136 doThrowRE(env, "Could not allocate java pixel ref."); in Bitmap_createFromParcel()
1200 doThrowRE(env, "Could not write bitmap blob file descriptor."); in Bitmap_writeToParcel()
1219 doThrowRE(env, "Could not copy bitmap to parcel blob."); in Bitmap_writeToParcel()
1541 doThrowRE(env, "Could not copy a hardware bitmap."); in Bitmap_copyPreserveInternalConfig()
DGraphicsJNI.h288 void doThrowRE(JNIEnv* env, const char* msg = NULL); // Runtime
DGraphics.cpp31 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() function