Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DGfxStreamBackend.cpp108 struct gfxstream_callbacks* gfxstreamcallbacks);
286 struct gfxstream_callbacks* gfxstreamcallbacks) { in gfxstream_backend_init() argument
289 if (gfxstreamcallbacks) { in gfxstream_backend_init()
290 if (gfxstreamcallbacks->add_instant_event) { in gfxstream_backend_init()
292 gfxstreamcallbacks->add_instant_event; in gfxstream_backend_init()
294 if (gfxstreamcallbacks->add_instant_event_with_metric) { in gfxstream_backend_init()
296 gfxstreamcallbacks->add_instant_event_with_metric; in gfxstream_backend_init()
298 if (gfxstreamcallbacks->add_instant_event_with_descriptor) { in gfxstream_backend_init()
300 gfxstreamcallbacks->add_instant_event_with_descriptor; in gfxstream_backend_init()
302 if (gfxstreamcallbacks->set_annotation) { in gfxstream_backend_init()
[all …]
Dgfxstream_unittest.cpp33 struct gfxstream_callbacks gfxstreamcallbacks; member in GfxStreamBackendTest
47 gfxstreamcallbacks({
87 &callbacks, &gfxstreamcallbacks); in TEST_F()
96 &gfxstreamcallbacks); in TEST_F()
105 &callbacks, &gfxstreamcallbacks); in TEST_F()
137 &callbacks, &gfxstreamcallbacks); in TEST_F()
DGfxStreamBackend.h28 struct gfxstream_callbacks* gfxstreamcallbacks);