Home
last modified time | relevance | path

Searched refs:RefcountPipe (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/
DRefcountPipe.cpp29 RefcountPipe::RefcountPipe(void* hwPipe, Service* svc, base::Stream* loadStream) in RefcountPipe() function in android::emulation::RefcountPipe
38 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 …]
DAndroid.bp33 "RefcountPipe.cpp",
DBUILD.bazel46 "RefcountPipe.cpp",
DCMakeLists.txt57 RefcountPipe.cpp
/hardware/google/aemu/host-common/include/host-common/
DRefcountPipe.h27 class RefcountPipe final : public AndroidPipe {
39 RefcountPipe(void* hwPipe,
42 ~RefcountPipe();