Searched refs:AF_LOCAL (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | socket.h | 157 #define AF_LOCAL 1 /* local to host (pipes, portals) */ macro 158 #define AF_UNIX AF_LOCAL /* backward compatibility */ 249 #define PF_LOCAL AF_LOCAL
|
/device/linaro/hikey/bluetooth/ |
D | bluetooth_hci.cc | 60 socketpair(AF_LOCAL, SOCK_STREAM, 0, sockfd); in initialize()
|
/device/generic/goldfish/gnss/ |
D | gnss_hw_conn.cpp | 61 if (!::android::base::Socketpair(AF_LOCAL, SOCK_STREAM, 0, in GnssHwConn()
|
/device/google/cuttlefish/guest/hals/gps/ |
D | gps_vsoc.cpp | 86 if (socketpair(AF_LOCAL, SOCK_STREAM, 0, _gps_state.control) < 0) { in gce_gps_init()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | process_monitor.cc | 61 if (!SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &thread_comm_main_, in ProcessMonitor()
|
/device/generic/goldfish/tnc/ |
D | main.cpp | 110 int fd = ::socket(AF_LOCAL, SOCK_STREAM, 0); in configureBridge()
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors.cpp | 72 if (!::android::base::Socketpair(AF_LOCAL, SOCK_STREAM, 0, in MultihalSensors()
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 232 if (!SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &parent_socket, in Start()
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Socket.c | 600 && ( AF_LOCAL != domain )) { in EslSocket() 612 || ( AF_LOCAL == domain )) { in EslSocket()
|