Searched refs:processPipeInit (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | ProcessPipe.h | 36 extern bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder_c…
|
D | VirtioGpuStream.h | 33 …virtual bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder…
|
D | HostConnection.cpp | 381 …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()
|
D | ProcessPipe.cpp | 206 bool processPipeInit(int streamHandle, HostConnectionType connType, renderControl_encoder_context_t… in processPipeInit() function
|
D | HostConnection.h | 152 …virtual bool processPipeInit(int stream_handle, HostConnectionType connType, renderControl_encoder…
|
D | VirtioGpuStream.cpp | 62 bool VirtioGpuProcessPipe::processPipeInit(int stream_handle, HostConnectionType, renderControl_enc… in processPipeInit() function in VirtioGpuProcessPipe
|