Home
last modified time | relevance | path

Searched refs:InternalPipe (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DHostGoldfishPipe.h81 struct InternalPipe {}; struct
102 InternalPipe* hostPipe = nullptr;
112 InternalPipe* hostPipe);
115 ssize_t writeInternal(InternalPipe** pipe, const void* buffer, size_t len);
131 std::unordered_map<InternalPipe*, HostHwPipe*> mPipeToHwPipe;
/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp93 InternalPipe* hostPipe = static_cast<InternalPipe*>( in connect()
252 InternalPipe* hostPipe = static_cast<InternalPipe*>( in loadSnapshot()
314 InternalPipe* hostPipe = static_cast<InternalPipe*>( in loadSnapshotSinglePipe()
369 HostGoldfishPipeDevice::InternalPipe* hostPipe) { in associatePipes()
405 ssize_t HostGoldfishPipeDevice::writeInternal(InternalPipe** ppipe, in writeInternal()