Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmap.cpp720 doThrowRE(env, "Could not read bitmap blob."); in Bitmap_createFromParcel()
740 doThrowRE(env, "Could not allocate dup blob fd."); in Bitmap_createFromParcel()
751 doThrowRE(env, "Could not allocate ashmem pixel ref."); in Bitmap_createFromParcel()
775 doThrowRE(env, "Could not allocate java pixel ref."); in Bitmap_createFromParcel()
839 doThrowRE(env, "Could not write bitmap blob file descriptor."); in Bitmap_writeToParcel()
858 doThrowRE(env, "Could not copy bitmap to parcel blob."); in Bitmap_writeToParcel()
1107 doThrowRE(env, "Could not copy a hardware bitmap."); in Bitmap_copyPreserveInternalConfig()
DGraphicsJNI.h299 void doThrowRE(JNIEnv* env, const char* msg = NULL); // Runtime
DGraphics.cpp28 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() function