commit | fd88b65f1dd464d4eae2965995ea8e523da6f8b5 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Fri Jan 29 13:49:25 2016 -0800 |
committer | David Pursell <dpursell@google.com> | Tue Feb 02 11:18:56 2016 -0800 |
tree | f496207ebb6eb44ae82461662e3176b9153ef93e | |
parent | a5b600ac103b764b85786ab69f7c4449c635ea40 [diff] |
libcutils: add multi-buffer socket send. Unix and Windows both have functions to write multiple buffers to a socket with a single call but they have very different signatures. This CL creates some cross-platform functions to be able to perform these operations in a uniform way, which will be required for upcoming fastboot functionality. This CL also fixes some inconsistent spacing in the touched files. Bug: http://b/26558551 Change-Id: I8f14d52d3a1de1f3b464267666d6cd3b54263238