aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/fb-updates-impl.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix emulator core and UI on WindowsVladimir Chtchetkine2011-02-071-2/+2
| | | | | | | | There are two parts in this CL: 1. Fixing the Windows build (missing set_fd_handler) 2. Replacing read/write with socket_recv/socket_send. Change-Id: I5fa599774260257d481b738a892e1124135fc319
* Formatting / Code styling.David 'Digit' Turner2011-02-021-58/+61
| | | | | | | Rename implFb_xxx to fbUpdatesImpl_xxx for consistency Avoid redundant global variable access Change-Id: I783b52ade3ff3e9f04f34162684eeb9c4c4addac
* Remove QEMU-ism from UI code.David 'Digit' Turner2011-02-021-9/+12
| | | | | | | | | This gets rid of qemu_set_fd_handler() users in the UI program. We can remove its implementation from vl-android-ui.c + Really remove qemu-timer-ui.c :-) Change-Id: I490df8ad5d5eea36b332bf54e2b156f6b5872bf4
* Move core-connection.c from to android/protocol/David 'Digit' Turner2011-02-021-0/+1
| | | | Change-Id: I1f04ed1f00fccdea043f4a4fbf5ba745b36bbcc7
* Refactor the framebuffer serviceVladimir Chtchetkine2011-01-311-0/+264
Change-Id: I8ac4580af65b8d58976c97b77b309dd202e75003