Searched refs:GoldfishHostPipe (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | goldfish_pipe.h | 72 typedef struct GoldfishHostPipe GoldfishHostPipe; typedef 82 GoldfishHostPipe* (*guest_open)(GoldfishHwPipe *hw_pipe); 83 GoldfishHostPipe* (*guest_open_with_flags)(GoldfishHwPipe *hw_pipe, uint32_t flags); 88 void (*guest_close)(GoldfishHostPipe *host_pipe, 105 GoldfishHostPipe* (*guest_load)(QEMUFile *file, GoldfishHwPipe *hw_pipe, 111 void (*guest_save)(GoldfishHostPipe *host_pipe, QEMUFile *file); 115 GoldfishPipePollFlags (*guest_poll)(GoldfishHostPipe *host_pipe); 122 int (*guest_recv)(GoldfishHostPipe *host_pipe, 127 void (*wait_guest_recv)(GoldfishHostPipe* host_pipe); 134 int (*guest_send)(GoldfishHostPipe **host_pipe, [all …]
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 240 GoldfishHostPipe* hostPipe; 304 GoldfishHostPipe* hostPipe; 714 int resetPipe(GoldfishHwPipe* hwPipe, GoldfishHostPipe* hostPipe) { in resetPipe() 2158 [](GoldfishHwPipe* hwPipe) -> GoldfishHostPipe* { in __anond9f1afd20b02() 2159 return static_cast<GoldfishHostPipe*>(android_pipe_guest_open(hwPipe)); in __anond9f1afd20b02() 2162 [](GoldfishHwPipe* hwPipe, uint32_t flags) -> GoldfishHostPipe* { in __anond9f1afd20c02() 2163 return static_cast<GoldfishHostPipe*>(android_pipe_guest_open_with_flags(hwPipe, flags)); in __anond9f1afd20c02() 2166 [](GoldfishHostPipe* hostPipe, GoldfishPipeCloseReason reason) { in __anond9f1afd20d02() 2187 [](QEMUFile* file, GoldfishHwPipe* hwPipe, char* force_close) -> GoldfishHostPipe* { in __anond9f1afd21202() 2194 [](GoldfishHostPipe* hostPipe, QEMUFile* file) { in __anond9f1afd21302() [all …]
|