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.h148 HOST_CONNECTION_QEMU_PIPE = 1, enumerator
DHostConnection.cpp107 if (!isValid) return HOST_CONNECTION_QEMU_PIPE; in getConnectionTypeFromProperty()
110 if (!strcmp("pipe", transportValue)) return HOST_CONNECTION_QEMU_PIPE; in getConnectionTypeFromProperty()
115 return HOST_CONNECTION_QEMU_PIPE; in getConnectionTypeFromProperty()
397 case HOST_CONNECTION_QEMU_PIPE: { in connect()
410 con->m_connectionType = HOST_CONNECTION_QEMU_PIPE; in connect()
DProcessPipe.cpp163 case HOST_CONNECTION_QEMU_PIPE: in processPipeInitOnce()