Searched refs:nullObjectReturn (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp38 int nullObjectReturn(const char msg[]) { function
60 return nullObjectReturn("decoder->decode returned false");
77 return nullObjectReturn("decoder->decode returned false");
/frameworks/base/core/jni/android/graphics/
H A DUtils.h88 jobject nullObjectReturn(const char msg[]);
H A DBitmapRegionDecoder.cpp83 return nullObjectReturn("SkImageDecoder::Factory returned null");
96 return nullObjectReturn("decoder->buildTileIndex returned false");
126 return nullObjectReturn("fstat return -1");
208 return nullObjectReturn("gOptions_mCancelID");;
229 return nullObjectReturn("decoder->decodeRegion returned false");
H A DBitmapFactory.cpp278 return nullObjectReturn("SkImageDecoder::Factory returned null");
336 return nullObjectReturn("gOptions_mCancelID");
341 return nullObjectReturn("decoder->decode returned false");
374 return nullObjectReturn("ninePatchChunk == null");
379 return nullObjectReturn("primitive array == null");
390 return nullObjectReturn("layoutBounds == null");
424 return nullObjectReturn("allocation failed for scaled bitmap");
462 return nullObjectReturn("Got null SkPixelRef");
522 return nullObjectReturn("fstat return -1");
530 return nullObjectReturn("Coul
[all...]
H A DUtils.cpp124 jobject android::nullObjectReturn(const char msg[]) { function in class:android

Completed in 179 milliseconds