aboutsummaryrefslogtreecommitdiffstats
path: root/android/sync-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix emulator core and UI on WindowsVladimir Chtchetkine2011-02-071-2/+3
| | | | | | | | 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
* Force core to send entire framebuffer on UI attachmentVladimir Chtchetkine2011-01-201-1/+0
| | | | Change-Id: I2feb813314163b94781ffe765eb23527b6c4a0f1
* Implement user event transmission between the UI and the coreVladimir Chtchetkine2011-01-191-2/+16
| | | | Change-Id: I503aa691cada5250b76167a923d4a226d20ee41d
* Resubmit framebuffer service implementationVladimir Chtchetkine2010-12-201-0/+6
| | | | Change-Id: I184e27a1e8d88835bc9f0502eccfa3f64a7aaf9e
* Submit mergedVladimir Chtchetkine2010-12-061-4/+83
| | | | | | | | | | | | | | Squashed commit of the following: commit aeefab810c6331e2f96e81f20e4408b39dd3a2ca Author: Vladimir Chtchetkine <vchtchetkine@google.com> Date: Thu Dec 2 07:40:34 2010 -0800 Implement -attach-core UI option Change-Id: I4168e2d707cab1b4873ee16d86d5126c1a316abf Change-Id: I2da1ef5d53641f3c60d83d8d5ddf3aff34b0c6c7
* Implement line reading on syncsocketVladimir Chtchetkine2010-12-021-2/+34
| | | | Change-Id: I1fa22c34203b163e1b0a78240be73a4a7473691e
* Implement helper routines for syncronous socket operationsVladimir Chtchetkine2010-12-011-0/+162
Change-Id: I93af5f740decb1fb0f6e037a76223fa8dd5305ac