Searched refs:GetConnectToServiceFunction (Results 1 – 7 of 7) sorted by relevance
27 PFN_ConnectToServiceAddr GetConnectToServiceFunction();
26 PFN_ConnectToServiceAddr GetConnectToServiceFunction() { in GetConnectToServiceFunction() function
63 zx::channel channel(GetConnectToServiceFunction()(QEMU_PIPE_PATH)); in processPipeInitOnce()
75 zx::channel channel(GetConnectToServiceFunction()(QEMU_PIPE_PATH)); in connect()
717 zx_handle_t handle = GetConnectToServiceFunction()(name); in IsAccessible()752 zx_handle_t channel = GetConnectToServiceFunction()("/svc/fuchsia.logger.LogSink"); in InitLogger()
53 zx::channel channel(GetConnectToServiceFunction()(GOLDFISH_ADDRESS_SPACE_DEVICE_NAME));298 zx::channel channel(GetConnectToServiceFunction()(GOLDFISH_ADDRESS_SPACE_DEVICE_NAME));
812 zx::channel channel(GetConnectToServiceFunction()("/dev/class/goldfish-control/000")); in setupFeatures()821 … zx::channel sysmem_channel(GetConnectToServiceFunction()("/svc/fuchsia.sysmem.Allocator")); in setupFeatures()