aboutsummaryrefslogtreecommitdiffstats
path: root/android/async-console.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify async utils by removing extra LoopIo parameter.David 'Digit' Turner2011-04-111-12/+12
| | | | | | | | | | | | | | | 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
* Introduce asynchronous operation helpers.David 'Digit' Turner2010-11-191-0/+147
<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