Searched refs:RefcountPipe (Results 1 – 5 of 5) sorted by relevance
29 RefcountPipe::RefcountPipe(void* hwPipe, Service* svc, base::Stream* loadStream) in RefcountPipe() function in android::emulation::RefcountPipe38 RefcountPipe::~RefcountPipe() { in ~RefcountPipe()44 void RefcountPipe::onGuestClose(PipeCloseReason reason) { in onGuestClose()48 unsigned RefcountPipe::onGuestPoll() const { in onGuestPoll()53 int RefcountPipe::onGuestRecv(AndroidPipeBuffer* buffers, int numBuffers) { in onGuestRecv()58 int RefcountPipe::onGuestSend(const AndroidPipeBuffer* buffers, in onGuestSend()78 void RefcountPipe::onSave(base::Stream* stream) { in onSave()83 AndroidPipe::Service::add(std::make_unique<RefcountPipe::Service>()); in registerRefcountPipeService()88 RefcountPipe::Service::Service() : AndroidPipe::Service("refcount") {} in Service()90 AndroidPipe* RefcountPipe::Service::create(void* hwPipe, const char* args, in create()[all …]
33 "RefcountPipe.cpp",
46 "RefcountPipe.cpp",
57 RefcountPipe.cpp
27 class RefcountPipe final : public AndroidPipe {39 RefcountPipe(void* hwPipe,42 ~RefcountPipe();