Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DCreateJavaOutputStreamAdaptor.cpp27 , fSwallowExceptions(swallowExceptions) {} in JavaInputStreamAdaptor()
58 if (!fSwallowExceptions && checkException(env)) { in read()
154 if (fSwallowExceptions) { in checkException()
171 const bool fSwallowExceptions; member in JavaInputStreamAdaptor