Searched defs:onGuestRecv (Results 1 – 5 of 5) sorted by relevance
/hardware/google/aemu/host-common/ | ||
D | RefcountPipe.cpp | 53 int RefcountPipe::onGuestRecv(AndroidPipeBuffer* buffers, int numBuffers) { in onGuestRecv() function in android::emulation::RefcountPipe |
D | AndroidPipe.cpp | 136 virtual int onGuestRecv(AndroidPipeBuffer* buffers, in onGuestRecv() function in android::__anon4a5f02220111::ConnectorPipe |
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ | ||
D | GLProcessPipe.cpp | 125 int onGuestRecv(AndroidPipeBuffer* buffers, int numBuffers) override { in onGuestRecv() function in android::opengl::__anon65208f7f0111::GLProcessPipe |
D | OpenglEsPipe.cpp | 318 virtual int onGuestRecv(AndroidPipeBuffer* buffers, in onGuestRecv() function in android::opengl::__anon736588ea0111::EmuglPipe |
/hardware/google/aemu/host-common/include/host-common/ | ||
D | AndroidAsyncMessagePipe.h | 232 int onGuestRecv(AndroidPipeBuffer* buffers, int numBuffers) final { in onGuestRecv() function |