Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp359 return nullObjectReturn("Cannot create mutable hardware bitmap"); in doDecode()
373 return nullObjectReturn(msg.c_str()); in doDecode()
427 return nullObjectReturn("OOM in getMimeTypeAsJavaString()"); in doDecode()
527 return nullObjectReturn("codec->getAndroidPixels() failed."); in doDecode()
547 return nullObjectReturn("ninePatchChunk == null"); in doDecode()
552 return nullObjectReturn("primitive array == null"); in doDecode()
563 return nullObjectReturn("nine patch insets == null"); in doDecode()
614 return nullObjectReturn("Got null SkPixelRef"); in doDecode()
695 return nullObjectReturn("Not supported on Windows"); in nativeDecodeFileDescriptor()
704 return nullObjectReturn("fstat return -1"); in nativeDecodeFileDescriptor()
[all …]
H A DBitmapRegionDecoder.cpp173 return nullObjectReturn("CreateBitmapRegionDecoder returned null"); in createBitmapRegionDecoder()
194 return nullObjectReturn("fstat return -1"); in nativeNewInstanceFromFileDescriptor()
300 return nullObjectReturn("Failed to decode region."); in nativeDecodeRegion()
311 return nullObjectReturn("OOM in encodedFormatToString()"); in nativeDecodeRegion()
H A DUtils.h75 jobject nullObjectReturn(const char msg[]);
H A DUtils.cpp146 jobject android::nullObjectReturn(const char msg[]) { in nullObjectReturn() function in android