Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dbio_stream.h59 env->CallVoidMethod(mStream, jniutil::outputStream_flushMethod); in flush()
Djniutil.h53 extern jmethodID outputStream_flushMethod;
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc50 jmethodID outputStream_flushMethod; variable
84 outputStream_flushMethod = getMethodRef(env, outputStreamClass, "flush", "()V"); in init()