Home
last modified time | relevance | path

Searched defs:local_socket (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/adb/daemon/
Dshell_service.cpp874 unique_fd local_socket(subprocess->ReleaseLocalSocket()); in StartSubprocess() local
907 unique_fd local_socket(subprocess->ReleaseLocalSocket()); in StartCommandInProcess() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/public/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_factory.h108 zx::socket local_socket, remote_socket; in MakeSocketForChannel() local
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/
H A Dgfxstream_vk_fuchsia.cpp160 zx::socket local_socket, remote_socket; in InitLogger() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_channel_relay_test.cc141 zx::socket* local_socket() { return &local_socket_; } in local_socket() function in bt::socket::__anone30dc6080111::SocketChannelRelayTest