Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DEmulatorFeatureInfo.h163 HOST_CONNECTION_QEMU_PIPE = 1, enumerator
DHostConnection.cpp112 if (!isValid) return HOST_CONNECTION_QEMU_PIPE; in getConnectionTypeFromProperty()
115 if (!strcmp("pipe", transportValue)) return HOST_CONNECTION_QEMU_PIPE; in getConnectionTypeFromProperty()
121 return HOST_CONNECTION_QEMU_PIPE; in getConnectionTypeFromProperty()
400 case HOST_CONNECTION_QEMU_PIPE: { in connect()
410 con->m_connectionType = HOST_CONNECTION_QEMU_PIPE; in connect()
DProcessPipe.cpp183 case HOST_CONNECTION_QEMU_PIPE: in processPipeInitOnce()