Searched refs:doThrowOOME (Results 1 – 4 of 4) sorted by relevance
240 doThrowOOME(env, "Failed to create Java Canvas for PostProcess!"); in postProcessAndRelease()352 doThrowOOME(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()414 doThrowOOME(env, "Failed to allocate nine patch chunk."); in ImageDecoder_nDecodeBitmap()425 doThrowOOME(env, "Failed to allocate nine patch insets."); in ImageDecoder_nDecodeBitmap()492 doThrowOOME(env, "failed to allocate hardware Bitmap!"); in ImageDecoder_nDecodeBitmap()
374 void doThrowOOME(JNIEnv* env, const char* msg = NULL); // Out of memory
323 doThrowOOME(env); in Bitmap_creator()909 doThrowOOME(env, "failed to allocate pixels for alpha"); in Bitmap_extractAlpha()
81 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME() function