Searched refs:isRW (Results 1 – 2 of 2) sorted by relevance
27 ScopedByteBufferArray(JNIEnv* env, int isRW) in ScopedByteBufferArray() argument28 : mEnv(env), mIsRW(isRW) in ScopedByteBufferArray()82 bool isRW() const { in isRW() function
329 jobject byteBuffer, int& byteLen, bool isRW) { in getScopedBytesFromByteBuffer() argument350 if (isRW) { in getScopedBytesFromByteBuffer()386 void* ptr = getScopedBytesFromByteBuffer(env, msgiovItem, byteLen, scopeBufArray.isRW()); in byteBufferArrayToIOV()394 if (scopeBufArray.isRW()) { in byteBufferArrayToIOV()482 if (!scopeBufArray.isRW()) { in convertStructMsghdrAndmsghdr()