Searched refs:doThrowRE (Results 1 – 3 of 3) sorted by relevance
1003 doThrowRE(env, "Could not read bitmap blob."); in Bitmap_createFromParcel()1024 doThrowRE(env, "Could not allocate dup blob fd."); in Bitmap_createFromParcel()1035 doThrowRE(env, "Could not allocate ashmem pixel ref."); in Bitmap_createFromParcel()1060 doThrowRE(env, "Could not allocate java pixel ref."); in Bitmap_createFromParcel()1124 doThrowRE(env, "Could not write bitmap blob file descriptor."); in Bitmap_writeToParcel()1143 doThrowRE(env, "Could not copy bitmap to parcel blob."); in Bitmap_writeToParcel()
305 void doThrowRE(JNIEnv* env, const char* msg = NULL); // Runtime
29 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() function