Lines Matching refs:stream
36 into a custom wire protocol stream that is sent to the emulator program
64 the wire protocol stream to a special rendering library or process (called
82 protocol stream, and dispatches them to the translator libraries
102 - In reality, the protocol stream flows in both directions, even though most
183 protocol byte stream. It only acts as a dumb proxy between the guest
309 1/ call stream->allocBuffer(size), which returns the address of a
315 3/ call stream->commitBuffer() to send it.
318 stream->alloc() and stream->flush(), as in:
320 1/ buf1 = stream->alloc(size1)
322 3/ buf2 = stream->alloc(size2)
324 5/ stream->flush()
326 Finally, there are also explict read/write methods like stream->readFully()
327 or stream->writeFully() which can be used when you don't want an intermediate