Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_pipe.h67 typedef struct GoldfishHwPipe GoldfishHwPipe; typedef
82 GoldfishHostPipe* (*guest_open)(GoldfishHwPipe *hw_pipe);
83 GoldfishHostPipe* (*guest_open_with_flags)(GoldfishHwPipe *hw_pipe, uint32_t flags);
105 GoldfishHostPipe* (*guest_load)(QEMUFile *file, GoldfishHwPipe *hw_pipe,
172 extern GoldfishHwPipe* goldfish_pipe_lookup_by_id(int id);
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp714 int resetPipe(GoldfishHwPipe* hwPipe, GoldfishHostPipe* hostPipe) { in resetPipe()
757 auto hostPipe = ops->guest_open_with_flags(reinterpret_cast<GoldfishHwPipe*>(ctx_id), in createContext()
1318 if (resetPipe((GoldfishHwPipe*)(uintptr_t)(res->ctxId), hostPipe)) { in handleTransferWritePipe()
2158 [](GoldfishHwPipe* hwPipe) -> GoldfishHostPipe* { in __anonf6f38b3e0b02()
2162 [](GoldfishHwPipe* hwPipe, uint32_t flags) -> GoldfishHostPipe* { in __anonf6f38b3e0c02()
2187 [](QEMUFile* file, GoldfishHwPipe* hwPipe, char* force_close) -> GoldfishHostPipe* { in __anonf6f38b3e1202()