-
- Downloads
libcutils/fastboot: improve multi-buffer write.
Fixes libcutils multi-buffer write interface to be more friendly and hooks into it from the fastboot Socket class. Bug: http://b/26558551 Change-Id: Ibb3a8428fc379755602de52722c1260f9e345bc0
Showing
- fastboot/Android.mk 1 addition, 0 deletionsfastboot/Android.mk
- fastboot/socket.cpp 56 additions, 14 deletionsfastboot/socket.cpp
- fastboot/socket.h 23 additions, 2 deletionsfastboot/socket.h
- fastboot/socket_mock.cpp 20 additions, 11 deletionsfastboot/socket_mock.cpp
- fastboot/socket_mock.h 2 additions, 4 deletionsfastboot/socket_mock.h
- fastboot/socket_test.cpp 114 additions, 2 deletionsfastboot/socket_test.cpp
- include/cutils/sockets.h 12 additions, 12 deletionsinclude/cutils/sockets.h
- libcutils/Android.mk 2 additions, 2 deletionslibcutils/Android.mk
- libcutils/sockets_unix.cpp 21 additions, 13 deletionslibcutils/sockets_unix.cpp
- libcutils/sockets_windows.cpp 21 additions, 14 deletionslibcutils/sockets_windows.cpp
- libcutils/tests/sockets_test.cpp 3 additions, 5 deletionslibcutils/tests/sockets_test.cpp
Loading
Please sign in to comment