Home
last modified time | relevance | path

Searched refs:GetConnectToServiceFunction (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/fuchsia/
Dservice_connector.cc26 PFN_ConnectToServiceAddr GetConnectToServiceFunction() { in GetConnectToServiceFunction() function
/hardware/google/gfxstream/guest/fuchsia/include/services/
Dservice_connector.h27 PFN_ConnectToServiceAddr GetConnectToServiceFunction();
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DTraceProviderFuchsia.cpp48 GetConnectToServiceFunction()("/svc/fuchsia.tracing.provider.Registry"); in Initialize()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_fuchsia.cpp128 zx_handle_t handle = GetConnectToServiceFunction()(name); in IsAccessible()
156 zx::channel{GetConnectToServiceFunction()("/svc/fuchsia.logger.LogSink")}}; in InitLogger()
/hardware/google/gfxstream/guest/platform/fuchsia/
Dos_dirent_fuchsia.cpp80 zx_handle_t dir_channel = GetConnectToServiceFunction()(path); in os_opendir()
DFuchsiaVirtGpuDevice.cpp128 zx_handle_t device_channel = GetConnectToServiceFunction()(name); in createPlatformVirtGpuDevice()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Dgoldfish_address_space_fuchsia.impl54 zx::channel(GetConnectToServiceFunction()(GOLDFISH_ADDRESS_SPACE_DEVICE_NAME))};
300 zx::channel(GetConnectToServiceFunction()(GOLDFISH_ADDRESS_SPACE_DEVICE_NAME))};
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp1449 GetConnectToServiceFunction()("/loader-gpu-devices/class/goldfish-control/000"))}; in setupFeatures()
1458 zx::channel(GetConnectToServiceFunction()("/svc/fuchsia.sysmem.Allocator"))}; in setupFeatures()