Searched refs:doThrowOOME (Results 1 – 4 of 4) sorted by relevance
191 doThrowOOME(env, "Failed to create Java Canvas for PostProcess!"); in postProcessAndRelease()300 doThrowOOME(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()351 doThrowOOME(env, "Failed to allocate nine patch chunk."); in ImageDecoder_nDecodeBitmap()362 doThrowOOME(env, "Failed to allocate nine patch insets."); in ImageDecoder_nDecodeBitmap()397 doThrowOOME(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()474 doThrowOOME(env, "failed to allocate hardware Bitmap!"); in ImageDecoder_nDecodeBitmap()
301 void doThrowOOME(JNIEnv* env, const char* msg = NULL); // Out of memory
366 doThrowOOME(env); in Bitmap_creator()887 doThrowOOME(env, "failed to allocate pixels for alpha"); in Bitmap_extractAlpha()
40 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME() function