Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp93 InternalPipe* hostPipe = static_cast<InternalPipe*>( in connect() local
252 InternalPipe* hostPipe = static_cast<InternalPipe*>( in loadSnapshot() local
314 InternalPipe* hostPipe = static_cast<InternalPipe*>( in loadSnapshotSinglePipe() local
369 HostGoldfishPipeDevice::InternalPipe* hostPipe) { in associatePipes()
/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuResource.cpp498 auto hostPipe = mHostPipe; in ReadFromPipeToLinear() local
543 auto hostPipe = mHostPipe; in WriteToPipeFromLinear() local
DVirtioGpuContext.cpp33 auto hostPipe = ops->guest_open_with_flags(reinterpret_cast<GoldfishHwPipe*>(contextId), in Create() local
DVirtioGpuFrontend.cpp160 int VirtioGpuFrontend::resetPipe(VirtioGpuContextId contextId, GoldfishHostPipe* hostPipe) { in resetPipe()
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DHostGoldfishPipe.h102 InternalPipe* hostPipe = nullptr; member