History log of /external/qemu/android/async-console.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9e333ade2529f257ced6bcff8e5824cb07eacf9 17-Mar-2011 David 'Digit' Turner <digit@android.com> Simplify async utils by removing extra LoopIo parameter.

This patch removes the LoopIo parameter from asyncReader_run() by
storing the initial pointer passed to asyncReader_init() inside the
object itself.

Same treatment is performed for:
- AsyncReader
- AsyncWriter
- AsyncLineReader
- AsyncConnector
- AsyncConsoleConnect

Change-Id: Ic74b817e4c326230ca1d38b3a5d8c4790c4f90c1
/external/qemu/android/async-console.h
6d448806a80bcc2557ae0a38e7fd206967cf844e 18-Nov-2010 David 'Digit' Turner <digit@android.com> Introduce asynchronous operation helpers.

<android/async-utils.h> contains generic helpers to read, write
and connect to sockets.

<android/async-console.h> contains a helper class to connect
to Android console port asynchronously.

Change-Id: I5d0a49a770ad974c5d4382438d75e9eb624368d1
/external/qemu/android/async-console.h