Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_pipe.h74 typedef struct GoldfishPipeServiceOps { struct
160 } GoldfishPipeServiceOps; argument
166 const GoldfishPipeServiceOps* ops);
170 extern const GoldfishPipeServiceOps* goldfish_pipe_get_service_ops(void);
/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer-goldfish.h26 VG_EXPORT void stream_renderer_set_service_ops(const GoldfishPipeServiceOps* ops);
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1877 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()