Home | History | Annotate | Download | only in native

Lines Matching defs:mBufferCount

280     IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
285 if (mEnv->PushLocalFrame(mBufferCount + 16) < 0) {
298 for (size_t i = 0; i < mBufferCount; ++i) {
325 return mBufferCount;
330 size_t mBufferCount;