Searched refs:beginReadData (Results 1 – 6 of 6) sorted by relevance
60 public ByteBuffer beginReadData(int numBytes, ReadFlags flags) { in beginReadData() method in DataPipeConsumerHandleImpl61 return mCore.beginReadData(this, numBytes, flags); in beginReadData()
371 ByteBuffer beginReadData( in beginReadData() method in CoreImpl
320 public ByteBuffer beginReadData(int numBytes, ReadFlags flags); in beginReadData() method
189 public ByteBuffer beginReadData(int numBytes, in beginReadData() method in InvalidHandle
110 public ByteBuffer beginReadData(int numBytes, in beginReadData() method in HandleMock
449 handles.second.beginReadData(bytes.length, DataPipe.ReadFlags.NONE); in testDataPipeTwoPhaseSend()