Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DScopedByteBufferArray.h25 class ScopedByteBufferArray {
27 ScopedByteBufferArray(JNIEnv* env, int isRW) in ScopedByteBufferArray() function
34 ~ScopedByteBufferArray() { in ~ScopedByteBufferArray()
DNetworkUtilities.h45 ScopedByteBufferArray& scopedBufArray);
50 ScopedByteBufferArray& scopedBufArray);
DNetworkUtilities.cpp370 ScopedByteBufferArray& scopeBufArray) { in byteBufferArrayToIOV()
447 ScopedByteBufferArray& scopeBufArray, in convertStructMsghdrAndmsghdr()
521 ScopedByteBufferArray& scopedBufArray) { in msghdrJavaToC()
528 ScopedByteBufferArray& scopedBufArray) { in msghdrCToJava()
Dlibcore_io_Linux.cpp2195 ScopedByteBufferArray scopedBytesArray(env, true); in Linux_recvmsg()
2308 ScopedByteBufferArray scopedBytesArray(env, false); in Linux_sendmsg()