Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DNetworkUtilities.cpp370 ScopedByteBufferArray& scopeBufArray) { in byteBufferArrayToIOV() argument
384 if (scopeBufArray.initArray(msgIovArraySize) == false) { in byteBufferArrayToIOV()
394 void* ptr = getScopedBytesFromByteBuffer(env, msgiovItem, byteLen, scopeBufArray.isRW()); in byteBufferArrayToIOV()
400 scopeBufArray.setArrayItem(i, ptr); in byteBufferArrayToIOV()
402 if (scopeBufArray.isRW()) { in byteBufferArrayToIOV()
447 ScopedByteBufferArray& scopeBufArray, in convertStructMsghdrAndmsghdr() argument
486 if (byteBufferArrayToIOV(env, msgIovArray, mhdr, scopeBufArray) == false) { in convertStructMsghdrAndmsghdr()
490 if (!scopeBufArray.isRW()) { in convertStructMsghdrAndmsghdr()