OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doThrowIOE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
83
doThrowIOE
(env, "Image format not supported");
95
doThrowIOE
(env, msg);
126
doThrowIOE
(env, "broken file descriptor");
GraphicsJNI.h
261
void
doThrowIOE
(JNIEnv* env, const char* msg = NULL); // IO Exception
BitmapFactory.cpp
501
doThrowIOE
(env, "broken file descriptor");
Graphics.cpp
37
void
doThrowIOE
(JNIEnv* env, const char* msg) {
Completed in 182 milliseconds