Searched refs:GoldfishPipeServiceOps (Results 1 – 3 of 3) sorted by relevance
74 typedef struct GoldfishPipeServiceOps { struct160 } GoldfishPipeServiceOps; argument166 const GoldfishPipeServiceOps* ops);170 extern const GoldfishPipeServiceOps* goldfish_pipe_get_service_ops(void);
26 VG_EXPORT void stream_renderer_set_service_ops(const GoldfishPipeServiceOps* ops);
1877 void setServiceOps(const GoldfishPipeServiceOps* ops) { mServiceOps = ops; } in setServiceOps()1942 inline const GoldfishPipeServiceOps* ensureAndGetServiceOps() { in ensureAndGetServiceOps()1955 const GoldfishPipeServiceOps* mServiceOps = nullptr;2156 static const GoldfishPipeServiceOps goldfish_pipe_service_ops = {2719 const GoldfishPipeServiceOps* goldfish_pipe_get_service_ops() { return &goldfish_pipe_service_ops; } in goldfish_pipe_get_service_ops()2758 VG_EXPORT void stream_renderer_set_service_ops(const GoldfishPipeServiceOps* ops) { in stream_renderer_set_service_ops()