Home
last modified time | relevance | path

Searched refs:HostConnectionType (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DProcessPipe.cpp39 static HostConnectionType sConnType = HOST_CONNECTION_VIRTIO_GPU_PIPE;
117 bool processPipeInit(int streamHandle, HostConnectionType connType, uint32_t noRenderControlEnc) { in processPipeInit()
DProcessPipe.h36 extern bool processPipeInit(int stream_handle, HostConnectionType connType,
DEmulatorFeatureInfo.h209 enum HostConnectionType { enum
DHostConnection.h207 HostConnectionType m_connectionType;
DHostConnection.cpp115 static HostConnectionType getConnectionTypeFromProperty(enum VirtGpuCapset capset) { in getConnectionTypeFromProperty()
201 const enum HostConnectionType connType = getConnectionTypeFromProperty(capset); in connect()