Home
last modified time | relevance | path

Searched refs:isRW (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
DScopedByteBufferArray.h27 ScopedByteBufferArray(JNIEnv* env, int isRW) in ScopedByteBufferArray() argument
28 : mEnv(env), mIsRW(isRW) in ScopedByteBufferArray()
82 bool isRW() const { in isRW() function
DNetworkUtilities.cpp329 jobject byteBuffer, int& byteLen, bool isRW) { in getScopedBytesFromByteBuffer() argument
350 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()