aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/ui-commands-proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -qemu -vnc startup.David 'Digit' Turner2011-04-271-1/+1
| | | | | | | | | | | | Starting the emulator with something like "-qemu -vnc :1" didn't result in a valid boot sequence, due to the way our "hw-control" service is initialized. This patch fixes the issue. Note however that since a VNC client cannot send proper touch events, it can only be used as a viewer at the moment. Change-Id: Ib9b60ff7028892368547bff89b84f580344c2edd
* Simplify async utils by removing extra LoopIo parameter.David 'Digit' Turner2011-04-111-1/+1
| | | | | | | | | | | | | | | 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
* Refactored ui-core-control and core-ui-control protocolsVladimir Chtchetkine2011-01-281-0/+209
Also cleaned the code up from obsolete ui-core-protocol.* and core-ui-protocol.* Change-Id: I194bec669d25b68a10c32b2be50bc9da50c52ebb