Searched refs:gInputStream_resetMethodID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp6 static jmethodID gInputStream_resetMethodID; variable
27 env->CallVoidMethod(fJavaInputStream, gInputStream_resetMethodID);
153 gInputStream_resetMethodID = env->GetMethodID(inputStream_Clazz,
164 RETURN_NULL_IF_NULL(gInputStream_resetMethodID);

Completed in 34 milliseconds