Searched refs:doThrowRE (Results 1 – 4 of 4) sorted by relevance
864 doThrowRE(env, "Could not write bitmap blob file descriptor."); in Bitmap_writeToParcel()879 doThrowRE(env, "Could not copy bitmap to parcel blob."); in Bitmap_writeToParcel()884 doThrowRE(env, "Cannot use parcels outside of Android"); in Bitmap_writeToParcel()1123 doThrowRE(env, "Could not copy a hardware bitmap."); in Bitmap_copyPreserveInternalConfig()
366 void doThrowRE(JNIEnv* env, const char* msg = NULL); // Runtime
212 doThrowRE(env, "Cannot use parcels outside of Android!"); in Gainmap_writeToParcel()
66 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() function