Searched defs:onGuestClose (Results 1 – 5 of 5) sorted by relevance
/hardware/google/aemu/host-common/ | ||
D | RefcountPipe.cpp | 44 void RefcountPipe::onGuestClose(PipeCloseReason reason) { in onGuestClose() function in android::emulation::RefcountPipe |
D | AndroidPipe.cpp | 124 virtual void onGuestClose(PipeCloseReason reason) override { in onGuestClose() function in android::__anon4a5f02220111::ConnectorPipe |
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ | ||
D | GLProcessPipe.cpp | 114 void onGuestClose(PipeCloseReason reason) override { in onGuestClose() function in android::opengl::__anon65208f7f0111::GLProcessPipe |
D | OpenglEsPipe.cpp | 287 virtual void onGuestClose(PipeCloseReason reason) override { in onGuestClose() function in android::opengl::__anon736588ea0111::EmuglPipe |
/hardware/google/aemu/host-common/include/host-common/ | ||
D | AndroidAsyncMessagePipe.h | 227 void onGuestClose(PipeCloseReason reason) final { mDeleter(mHandle); } in onGuestClose() function |