Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 214) sorted by relevance

123456789

/system/bt/osi/src/socket_utils/
DREADME18 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 the
34 osi / include / socket_utils / sockets.h -
/system/core/adb/
Dsysdeps_test.cpp209 std::vector<int> sockets; in TEST_F() local
211 sockets.resize(num_sockets * 2); in TEST_F()
213 ASSERT_EQ(0, adb_socketpair(&sockets[i * 2])) << strerror(errno); in TEST_F()
214 ASSERT_TRUE(WriteFdExactly(sockets[i * 2], &i, sizeof(i))); in TEST_F()
217 pfd.fd = sockets[i * 2 + 1]; in TEST_F()
230 for (int fd : sockets) { in TEST_F()
DSOCKET-ACTIVATION.txt28 WantedBy=sockets.target
40 and listening. inetd-style pre-accepted sockets do _not_ work in this
/system/sepolicy/prebuilts/api/28.0/public/
Dwificond.te14 # create sockets to set interfaces up and down
21 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/prebuilts/api/29.0/public/
Dwificond.te14 # create sockets to set interfaces up and down
21 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
Dhal_configstore.te17 # Should never need network access. Disallow sockets except for
18 # for unix stream/dgram sockets used for logging/debugging.
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/prebuilts/api/26.0/public/
Dwificond.te13 # create sockets to set interfaces up and down
20 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
/system/sepolicy/prebuilts/api/27.0/public/
Dwificond.te13 # create sockets to set interfaces up and down
20 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
Dhal_configstore.te22 # Should never need network access. Disallow sockets except for
23 # for unix stream/dgram sockets used for logging/debugging.
/system/sepolicy/public/
Dwificond.te11 # create sockets to set interfaces up and down
18 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
Dhal_configstore.te17 # Should never need network access. Disallow sockets except for
18 # for unix stream/dgram sockets used for logging/debugging.
/system/sepolicy/prebuilts/api/30.0/public/
Dwificond.te15 # create sockets to set interfaces up and down
22 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
Dhal_configstore.te17 # Should never need network access. Disallow sockets except for
18 # for unix stream/dgram sockets used for logging/debugging.
/system/sepolicy/prebuilts/api/26.0/private/
Dpolicy_capabilities10 # ICMP and SCTP sockets previously mapped
/system/sepolicy/prebuilts/api/28.0/private/
Dpolicy_capabilities10 # ICMP and SCTP sockets previously mapped
/system/sepolicy/prebuilts/api/27.0/private/
Dpolicy_capabilities10 # ICMP and SCTP sockets previously mapped
/system/sepolicy/prebuilts/api/30.0/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
/system/sepolicy/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
Dpolicy_capabilities10 # ICMP and SCTP sockets previously mapped
/system/sepolicy/prebuilts/api/29.0/private/
Dpolicy_capabilities10 # ICMP and SCTP sockets previously mapped

123456789