Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dbio_input_stream.h33 return read_internal(buf, len, jniutil::inputStream_readMethod); in read()
Djniutil.h47 extern jmethodID inputStream_readMethod;
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc44 jmethodID inputStream_readMethod; variable
72 inputStream_readMethod = getMethodRef(env, inputStreamClass, "read", "([B)I"); in init()