Home
last modified time | relevance | path

Searched refs:HOST_CONNECTION_TCP (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DEmulatorFeatureInfo.h162 HOST_CONNECTION_TCP = 0, enumerator
DProcessPipe.cpp185 case HOST_CONNECTION_TCP: in processPipeInitOnce()
DHostConnection.cpp114 if (!strcmp("tcp", transportValue)) return HOST_CONNECTION_TCP; in getConnectionTypeFromProperty()
417 case HOST_CONNECTION_TCP: { in connect()
433 con->m_connectionType = HOST_CONNECTION_TCP; in connect()