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.h57 jobject nullObjectReturn(const char msg[]);
H A DUtils.cpp65 jobject android::nullObjectReturn(const char msg[]) { function in class:android
H A DBitmapRegionDecoder.cpp78 return nullObjectReturn("SkImageDecoder::Factory returned null");
90 return nullObjectReturn("decoder->buildTileIndex returned false");
119 return nullObjectReturn("fstat return -1");
216 return nullObjectReturn("gOptions_mCancelID");;
237 return nullObjectReturn("decoder->decodeRegion returned false");
H A DBitmapFactory.cpp197 return nullObjectReturn("Cannot pre-scale a reused bitmap");
202 return nullObjectReturn("SkImageDecoder::Factory returned null");
217 return nullObjectReturn("SkImageDecoder: Cannot reuse bitmap with sampleSize != 1");
238 return nullObjectReturn("gOptions_mCancelID");
255 return nullObjectReturn("decoder->decode returned false");
288 return nullObjectReturn("ninePatchChunk == null");
293 return nullObjectReturn("primitive array == null");
304 return nullObjectReturn("layoutBounds == null");
344 return nullObjectReturn("allocation failed for scaled bitmap");
375 return nullObjectReturn("Go
[all...]

Completed in 257 milliseconds