Home
last modified time | relevance | path

Searched defs:onGuestClose (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/
DRefcountPipe.cpp44 void RefcountPipe::onGuestClose(PipeCloseReason reason) { in onGuestClose() function in android::emulation::RefcountPipe
DAndroidPipe.cpp124 virtual void onGuestClose(PipeCloseReason reason) override { in onGuestClose() function in android::__anon7fee7eb60111::ConnectorPipe
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGLProcessPipe.cpp114 void onGuestClose(PipeCloseReason reason) override { in onGuestClose() function in android::opengl::__anon58631a930111::GLProcessPipe
DOpenglEsPipe.cpp287 virtual void onGuestClose(PipeCloseReason reason) override { in onGuestClose() function in android::opengl::__anon4c39017e0111::EmuglPipe
/hardware/google/aemu/host-common/include/host-common/
DAndroidAsyncMessagePipe.h227 void onGuestClose(PipeCloseReason reason) final { mDeleter(mHandle); } in onGuestClose() function