Searched refs:sockets (Results 1 – 25 of 37) sorted by relevance
12
18 implement some of the sources in libcutils / sockets to provide a short -25 sockets,27 .The developers who want to pull sockets sources other than the34 osi / include / socket_utils / sockets.h -
226 std::vector<int> sockets; in TEST_F() local228 sockets.resize(num_sockets * 2); in TEST_F()230 ASSERT_EQ(0, adb_socketpair(&sockets[i * 2])) << strerror(errno); in TEST_F()231 ASSERT_TRUE(WriteFdExactly(sockets[i * 2], &i, sizeof(i))); in TEST_F()234 pfd.fd = sockets[i * 2 + 1]; in TEST_F()247 for (int fd : sockets) { in TEST_F()
127 int sockets[2]; in CreateSocketpair() local128 if (adb_socketpair(sockets) < 0) { in CreateSocketpair()132 fd1->reset(sockets[0]); in CreateSocketpair()133 fd2->reset(sockets[1]); in CreateSocketpair()
530 std::vector<WSAPOLLFD> sockets; in adb_poll() local543 sockets.push_back(wsapollfd); in adb_poll()548 if (sockets.empty()) { in adb_poll()552 int result = WSAPoll(sockets.data(), sockets.size(), timeout); in adb_poll()559 for (size_t i = 0; i < sockets.size(); ++i) { in adb_poll()560 original[i]->revents = sockets[i].revents; in adb_poll()
13 # create sockets to set interfaces up and down20 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
20 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
19 # TODO: Investigate whether these inherited sockets should be closed on exec.
34 # Disallow network sockets.
32 # hal_camera should never need network access. Disallow network sockets.
30 # /data/misc/wifi/sockets which hal_wifi_supplicant supplicant communicates with.
8 # sockets.
12 # TODO: Check whether some or all of these sockets should be close-on-exec.
34 # Allow rild to create and use netlink sockets.
44 # commonly used ioctls on unix sockets
12 # hardware, it should not be using network sockets.
99 # Define types for endpoint and channel sockets.490 # daemon via sockets499 # log daemon via sockets515 # android log daemon via sockets
10 # ICMP and SCTP sockets previously mapped
5 # Use network sockets.
82 # Use netlink uevent sockets.85 # Use generic netlink sockets.92 # Use generic "sockets" where the address family is not known145 # NetworkDiagnostics requires explicit bind() calls to ping sockets. These aren't actually the same146 # as raw sockets, but the kernel doesn't yet distinguish between the two.152 # Talk to init and various daemons via sockets.248 # Use sockets received over binder from various services.254 # Use sockets received over binder from various services.479 # Allow system_server to use app-created sockets and pipes.
46 # extended netlink sockets
45 # Create and use netlink kobject uevent sockets.
9 type_transition hal_wifi_supplicant_default wifi_data_file:dir wpa_socket "sockets";
33 bool SetupMessageSockets(base::unique_fd (*sockets)[2]);
66 "sockets.cpp",