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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp79 jmethodID mGetMethod; member in struct:__anon819
364 jobject chainingBuf = mEnv->CallObjectMethod(mInBuf, gInputByteBufferClassInfo.mGetMethod, mByteArray, 0,
832 gInputByteBufferClassInfo.mGetMethod = env->GetMethodID(inputBufferClazz, "get",
834 LOG_ALWAYS_FATAL_IF(gInputByteBufferClassInfo.mGetMethod == NULL, "Can't find get method");

Completed in 643 milliseconds