Searched refs:connect (Results 1 – 25 of 27) sorted by relevance
12
/bionic/libc/async_safe/ |
D | README.md | 6 it among threads, whereas these functions connect to liblog for each log message. While it's 9 costly to connect a socket for each thread as some processes, such as system_server, have over 100
|
D | async_safe_log.cpp | 476 if (TEMP_FAILURE_RETRY(connect(log_fd, &u.addr, sizeof(u.addrUn))) != 0) { in open_log_socket()
|
/bionic/libc/bionic/ |
D | NetdClientDispatch.cpp | 61 int connect(int fd, const sockaddr* addr, socklen_t addr_length) { in connect() function 62 return __netdClientDispatch.connect(fd, addr, addr_length); in connect()
|
D | NetdClient.cpp | 56 netdClientInitFunction(handle, "netdClientInitConnect", &__netdClientDispatch.connect); in netdClientInitImpl()
|
D | android_profiling_dynamic.cpp | 136 if (connect(sock_fd.get(), reinterpret_cast<const struct sockaddr*>(&saddr), addrlen) == -1) { in HandleTracedPerfSignal()
|
D | system_property_set.cpp | 70 if (TEMP_FAILURE_RETRY(connect(socket_.get(), in PropertyServiceConnection()
|
/bionic/libc/private/ |
D | NetdClientDispatch.h | 26 int (*connect)(int, const struct sockaddr*, socklen_t); member
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_089.S | 156 CALL(connect) 186 GOT_RELOC(connect)
|
D | liblinker_reloc_bench_008.S | 362 CALL(connect)
|
D | liblinker_reloc_bench_033.S | 606 CALL(connect)
|
D | liblinker_reloc_bench_006.S | 670 CALL(connect)
|
D | liblinker_reloc_bench_095.S | 122 CALL(connect)
|
D | liblinker_reloc_bench_098.S | 1596 CALL(connect)
|
D | liblinker_reloc_bench_135.S | 544 CALL(connect)
|
D | liblinker_reloc_bench_134.S | 1615 CALL(connect)
|
D | liblinker_reloc_bench_102.S | 980 CALL(connect)
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 137 FUNCTION(connect, int (*f)(int, const struct sockaddr*, socklen_t)); in sys_socket_h()
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 183 struct snd_seq_connect connect; member
|
/bionic/tests/ |
D | sys_socket_test.cpp | 51 if (connect(fd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr)) < 0) { in ConnectFn()
|
D | fdtrack_test.cpp | 270 CHECK_NE(-1, connect(connector, reinterpret_cast<sockaddr*>(&addr), addrlen)); in CreateListener()
|
/bionic/libc/include/sys/ |
D | socket.h | 299 __socketcall int connect(int __fd, const struct sockaddr* __addr, socklen_t __addr_length);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 128 connect
|
/bionic/libc/ |
D | SYSCALLS.TXT | 248 int __connect:connect(int, struct sockaddr*, socklen_t) arm,lp64
|
D | libc.map.txt | 281 connect;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 281 connect;
|
12