Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp235 return nullObjectReturn("Cannot create mutable hardware bitmap"); in doDecode()
249 return nullObjectReturn(msg.c_str()); in doDecode()
254 return nullObjectReturn("SkAndroidCodec::MakeFromCodec returned null"); in doDecode()
291 return nullObjectReturn("OOM in encodedFormatToString()"); in doDecode()
397 return nullObjectReturn("codec->getAndroidPixels() failed."); in doDecode()
417 return nullObjectReturn("ninePatchChunk == null"); in doDecode()
422 return nullObjectReturn("primitive array == null"); in doDecode()
433 return nullObjectReturn("nine patch insets == null"); in doDecode()
460 return nullObjectReturn("allocation failed for scaled bitmap"); in doDecode()
483 return nullObjectReturn("Got null SkPixelRef"); in doDecode()
[all …]
DBitmapRegionDecoder.cpp52 return nullObjectReturn("CreateBitmapRegionDecoder returned null"); in createBitmapRegionDecoder()
81 return nullObjectReturn("fstat return -1"); in nativeNewInstanceFromFileDescriptor()
192 return nullObjectReturn("Failed to decode region."); in nativeDecodeRegion()
203 return nullObjectReturn("OOM in encodedFormatToString()"); in nativeDecodeRegion()
DUtils.h75 jobject nullObjectReturn(const char msg[]);
DUtils.cpp142 jobject android::nullObjectReturn(const char msg[]) { in nullObjectReturn() function in android