/system/sepolicy/vendor/ |
D | hal_bluetooth_btlinux.te | 7 allow hal_bluetooth_btlinux self:socket { create bind read write }; 8 allow hal_bluetooth_btlinux self:bluetooth_socket { create bind read write };
|
D | hal_can_socketcan.te | 10 allow hal_can_socketcan self:netlink_route_socket { create bind write nlmsg_write read }; 19 allow hal_can_socketcan self:can_socket { bind create read write ioctl setopt };
|
/system/connectivity/wificond/tests/ |
D | scan_utils_unittest.cpp | 31 using std::bind; 153 WillOnce(Invoke(bind( in TEST_F() 172 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 190 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 208 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 226 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 246 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 260 WillOnce(Invoke(bind( in TEST_F() 274 WillOnce(Invoke(bind( in TEST_F() 296 WillOnce(Invoke(bind( in TEST_F()
|
D | ap_interface_impl_unittest.cpp | 97 WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F() 129 WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F() 150 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F() 172 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F() 194 .WillOnce(Invoke(bind(CaptureChannelSwitchEventHandler, &handler, _1, _2))); in TEST_F()
|
/system/core/init/ |
D | ueventd_parser.cpp | 233 std::bind(ParsePermissionsLine, _1, &ueventd_configuration.sysfs_permissions, nullptr)); in ParseConfig() 234 parser.AddSingleLineParser("/dev/", std::bind(ParsePermissionsLine, _1, nullptr, in ParseConfig() 237 std::bind(ParseFirmwareDirectoriesLine, _1, in ParseConfig() 240 std::bind(ParseExternalFirmwareHandlerLine, _1, in ParseConfig() 243 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig() 246 std::bind(ParseUeventSocketRcvbufSizeLine, _1, in ParseConfig() 249 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig()
|
/system/libbase/ |
D | scopeguard_test.cpp | 54 std::bind([](int& guarded_var) { guarded_var++; }, std::ref(guarded_var)))); in TEST() 56 std::bind([](int& guarded_var) { guarded_var++; }, std::ref(guarded_var)))); in TEST()
|
/system/extras/simpleperf/ |
D | utils_test.cpp | 51 std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 59 std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 64 std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
|
D | read_elf_test.cpp | 112 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 123 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 132 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 151 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 161 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 192 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 203 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
|
/system/netd/libnetdutils/ |
D | SyscallsTest.cpp | 130 TEST_F(SyscallsTest, bind) { in TEST_F() argument 136 EXPECT_CALL(mSyscalls, bind(kFd, asSockaddrPtr(&expected), sizeof(expected))) in TEST_F() 138 EXPECT_EQ(status::ok, sys.bind(kFd, expected)); in TEST_F() 142 EXPECT_CALL(mSyscalls, bind(kFd, asSockaddrPtr(&expected), sizeof(expected))) in TEST_F() 144 EXPECT_EQ(kError, sys.bind(kFd, expected)); in TEST_F()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | app.te | 6 accept append bind create ioctl listen lock name_bind
|
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 319 auto alias_callback = std::bind(&Modprobe::ParseAliasCallback, this, _1); in Modprobe() 322 auto dep_callback = std::bind(&Modprobe::ParseDepCallback, this, base_path, _1); in Modprobe() 325 auto softdep_callback = std::bind(&Modprobe::ParseSoftdepCallback, this, _1); in Modprobe() 328 auto load_callback = std::bind(&Modprobe::ParseLoadCallback, this, _1); in Modprobe() 331 auto options_callback = std::bind(&Modprobe::ParseOptionsCallback, this, _1); in Modprobe() 334 auto blocklist_callback = std::bind(&Modprobe::ParseBlocklistCallback, this, _1); in Modprobe()
|
/system/core/libcutils/ |
D | socket_inaddr_any_server_unix.cpp | 49 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in socket_inaddr_any_server()
|
D | socket_inaddr_any_server_windows.cpp | 67 if (bind(sock, (struct sockaddr*)&addr, sizeof(addr)) == SOCKET_ERROR) { in socket_inaddr_any_server()
|
/system/connectivity/wificond/ |
D | ap_interface_impl.cpp | 55 std::bind(&ApInterfaceImpl::OnStationEvent, in ApInterfaceImpl() 60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
|
/system/update_engine/binder_bindings/android/os/ |
D | IUpdateEngine.aidl | 35 boolean bind(IUpdateEngineCallback callback); in bind() method
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | untrusted_app_29.te | 19 allow untrusted_app_29 self:netlink_route_socket { bind nlmsg_readpriv };
|
/system/sepolicy/private/ |
D | untrusted_app_29.te | 19 allow untrusted_app_29 self:netlink_route_socket { bind nlmsg_readpriv };
|
/system/connectivity/wificond/tests/integration/ |
D | life_cycle_test.cpp | 50 EXPECT_TRUE(WaitForTrue(std::bind(IsBinderServiceRegistered, kServiceName), in TEST()
|
/system/core/adb/sysdeps/posix/ |
D | network.cpp | 69 if (bind(s.get(), addr, addrlen) != 0) { in _network_loopback_client() 107 if (bind(s.get(), addr, addrlen) != 0) { in _network_loopback_server()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | global_macros | 43 define(`rw_socket_perms', `{ ioctl read getattr write setattr lock append bind connect getopt setop… 44 define(`rw_socket_perms_no_ioctl', `{ read getattr write setattr lock append bind connect getopt se…
|
D | hal_usb.te | 10 allow hal_usb self:netlink_kobject_uevent_socket bind;
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | global_macros | 43 define(`rw_socket_perms', `{ ioctl read getattr write setattr lock append bind connect getopt setop… 44 define(`rw_socket_perms_no_ioctl', `{ read getattr write setattr lock append bind connect getopt se…
|
/system/bt/osi/src/socket_utils/ |
D | socket_local_server.cc | 68 if (bind(s, (struct sockaddr*)&addr, alen) < 0) {
|
/system/core/adb/ |
D | services.cpp | 251 create_service_thread("wait", std::bind(wait_service, std::placeholders::_1, in host_service_to_socket() 257 "connect", std::bind(connect_service, std::placeholders::_1, host)); in host_service_to_socket() 267 "pair", std::bind(pair_service, std::placeholders::_1, host, password)); in host_service_to_socket()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Syscalls.h | 58 virtual Status bind(Fd sock, const sockaddr* addr, socklen_t addrlen) const = 0; 135 Status bind(Fd sock, const SockaddrT& addr) const { in bind() function 136 return bind(sock, asSockaddrPtr(&addr), sizeof(addr)); in bind()
|