Searched refs:gfxstream_transport (Results 1 – 2 of 2) sorted by relevance
106 const std::string gfxstream_transport = instance.gpu_gfxstream_transport(); in ConfigureGraphics() local107 CF_EXPECT(gfxstream_transport == "virtio-gpu-asg" || in ConfigureGraphics()108 gfxstream_transport == "virtio-gpu-pipe", in ConfigureGraphics()109 "Invalid Gfxstream transport option: \"" << gfxstream_transport in ConfigureGraphics()121 {"androidboot.hardware.gltransport", gfxstream_transport}, in ConfigureGraphics()
440 std::string gfxstream_transport = kGfxstreamTransportAsg; in SetGfxstreamFlags() local445 gfxstream_transport = kGfxstreamTransportPipe; in SetGfxstreamFlags()480 instance.set_gpu_gfxstream_transport(gfxstream_transport); in SetGfxstreamFlags()