aboutsummaryrefslogtreecommitdiff
path: root/shared/OpenglCodecCommon/TcpStream.cpp
AgeCommit message (Collapse)Author
2017-04-14Rename socket_loopback_server to _socket_loopback_server.android-wear-o-preview-4android-wear-o-preview-3android-o-preview-4android-o-preview-3android-o-preview-2android-o-iot-preview-5o-iot-preview-5Josh Gao
The master branch of this project gets included in ancient emulator branches, that still have socket_loopback_server in libcutils. Prepend an underscore in the local static implementation to avoid collision. Test: treehugger Change-Id: I458f3aeccee0cfeadc8226d64887ff5d0820c1d7
2017-04-13Update for libcutils socket_loopback_server removal.Josh Gao
TcpStream seems to be expecting IPv4 only, since connect has a default address of 127.0.0.1, so add a socket_loopback_server implementation that only listens on IPv4. Bug: http://b/37282612 Test: treehugger Change-Id: I17deae4b4ac9ced36955433dca837b36cd80b11e
2013-03-11migrate opengl and system from development/toolskeunyoung
- components under system are moved one directory up like all other HALs Change-Id: I03b870b870d83b247ac398cadfb155f03c9adfa0