Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DNetworkUtilities.cpp362 ScopedByteBufferArray& scopeBufArray) { in byteBufferArrayToIOV() argument
376 if (scopeBufArray.initArray(msgIovArraySize) == false) { in byteBufferArrayToIOV()
386 void* ptr = getScopedBytesFromByteBuffer(env, msgiovItem, byteLen, scopeBufArray.isRW()); in byteBufferArrayToIOV()
392 scopeBufArray.setArrayItem(i, ptr); in byteBufferArrayToIOV()
394 if (scopeBufArray.isRW()) { in byteBufferArrayToIOV()
439 ScopedByteBufferArray& scopeBufArray, in convertStructMsghdrAndmsghdr() argument
478 if (byteBufferArrayToIOV(env, msgIovArray, mhdr, scopeBufArray) == false) { in convertStructMsghdrAndmsghdr()
482 if (!scopeBufArray.isRW()) { in convertStructMsghdrAndmsghdr()