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()
296 return nullObjectReturn("OOM in encodedFormatToString()"); in doDecode()
396 return nullObjectReturn("codec->getAndroidPixels() failed."); in doDecode()
416 return nullObjectReturn("ninePatchChunk == null"); in doDecode()
421 return nullObjectReturn("primitive array == null"); in doDecode()
432 return nullObjectReturn("nine patch insets == null"); in doDecode()
459 return nullObjectReturn("allocation failed for scaled bitmap"); in doDecode()
482 return nullObjectReturn("Got null SkPixelRef"); in doDecode()
[all …]
DBitmapRegionDecoder.cpp53 return nullObjectReturn("CreateBitmapRegionDecoder returned null"); in createBitmapRegionDecoder()
82 return nullObjectReturn("fstat return -1"); in nativeNewInstanceFromFileDescriptor()
196 return nullObjectReturn("Failed to decode region."); in nativeDecodeRegion()
207 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