Searched refs:doThrowRE (Results 1 – 4 of 4) sorted by relevance
870 doThrowRE(env, "Could not write bitmap blob file descriptor."); in Bitmap_writeToParcel()885 doThrowRE(env, "Could not copy bitmap to parcel blob."); in Bitmap_writeToParcel()890 doThrowRE(env, "Cannot use parcels outside of Android"); in Bitmap_writeToParcel()1131 doThrowRE(env, "Could not copy a hardware bitmap."); in Bitmap_copyPreserveInternalConfig()
372 void doThrowRE(JNIEnv* env, const char* msg = NULL); // Runtime
214 doThrowRE(env, "Cannot use parcels outside of Android!"); in Gainmap_writeToParcel()
69 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() function