Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_pipe.h74 typedef struct GoldfishPipeServiceOps { struct
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,
94 void (*guest_pre_load)(QEMUFile *file);
95 void (*guest_post_load)(QEMUFile *file);
96 void (*guest_pre_save)(QEMUFile *file);
97 void (*guest_post_save)(QEMUFile *file);
105 GoldfishHostPipe* (*guest_load)(QEMUFile *file, GoldfishHwPipe *hw_pipe,
111 void (*guest_save)(GoldfishHostPipe *host_pipe, QEMUFile *file);
[all …]