Searched refs:doThrowRE (Results 1 – 3 of 3) sorted by relevance
1101 doThrowRE(env, "Could not read bitmap blob."); in Bitmap_createFromParcel()1122 doThrowRE(env, "Could not allocate dup blob fd."); in Bitmap_createFromParcel()1133 doThrowRE(env, "Could not allocate ashmem pixel ref."); in Bitmap_createFromParcel()1158 doThrowRE(env, "Could not allocate java pixel ref."); in Bitmap_createFromParcel()1238 doThrowRE(env, "Could not write bitmap blob file descriptor."); in Bitmap_writeToParcel()1257 doThrowRE(env, "Could not copy bitmap to parcel blob."); in Bitmap_writeToParcel()1597 doThrowRE(env, "Could not copy a hardware bitmap."); in Bitmap_copyPreserveInternalConfig()
292 void doThrowRE(JNIEnv* env, const char* msg = NULL); // Runtime
31 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() function