Home
last modified time | relevance | path

Searched refs:processPipeInit (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DProcessPipe.h36 extern bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder_c…
DVirtioGpuStream.h33 …virtual bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder…
DHostConnection.cpp381 …bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder_context… in processPipeInit() function in GoldfishProcessPipe
383 return ::processPipeInit(stream_handle, connType, rcEnc); in processPipeInit()
743 m_processPipe->processPipeInit(fd, m_connectionType, rcEnc); in rcEncoder()
DProcessPipe.cpp206 bool processPipeInit(int streamHandle, HostConnectionType connType, renderControl_encoder_context_t… in processPipeInit() function
DHostConnection.h152 …virtual bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder…
DVirtioGpuStream.cpp62 bool VirtioGpuProcessPipe::processPipeInit(int stream_handle, HostConnectionType, renderControl_enc… in processPipeInit() function in VirtioGpuProcessPipe