Home
last modified time | relevance | path

Searched refs:nullObjectReturn (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp282 return nullObjectReturn("SkAndroidCodec::NewFromStream returned null"); in doDecode()
312 return nullObjectReturn("OOM in encodedFormatToString()"); in doDecode()
423 return nullObjectReturn("codec->getAndroidPixels() failed."); in doDecode()
435 return nullObjectReturn("ninePatchChunk == null"); in doDecode()
440 return nullObjectReturn("primitive array == null"); in doDecode()
454 return nullObjectReturn("nine patch insets == null"); in doDecode()
489 return nullObjectReturn("allocation failed for scaled bitmap"); in doDecode()
518 return nullObjectReturn("Got null SkPixelRef"); in doDecode()
568 return nullObjectReturn("fstat return -1"); in nativeDecodeFileDescriptor()
587 return nullObjectReturn("Could not open file"); in nativeDecodeFileDescriptor()
DBitmapRegionDecoder.cpp51 return nullObjectReturn("CreateBitmapRegionDecoder returned null"); in createBitmapRegionDecoder()
80 return nullObjectReturn("fstat return -1"); in nativeNewInstanceFromFileDescriptor()
180 return nullObjectReturn("Failed to decode region."); in nativeDecodeRegion()
190 return nullObjectReturn("OOM in encodedFormatToString()"); in nativeDecodeRegion()
DUtils.h69 jobject nullObjectReturn(const char msg[]);
DUtils.cpp113 jobject android::nullObjectReturn(const char msg[]) { in nullObjectReturn() function in android