Home | History | Annotate | Download | only in native

Lines Matching defs:mBufferCount

164     IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
169 if (mEnv->PushLocalFrame(mBufferCount + 16) < 0) {
182 for (size_t i = 0; i < mBufferCount; ++i) {
209 return mBufferCount;
214 size_t mBufferCount;