Home
last modified time | relevance | path

Searched refs:Accept (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_test.cc284 ON_CALL(mock, Accept(Eq(fd), _, _, _)).WillByDefault(Return(INVALID_FD)); in TEST_F()
287 EXPECT_CALL(mock, Accept(Eq(fd), _, _, _)); in TEST_F()
295 ON_CALL(mock, Accept(Eq(fd), _, _, _)).WillByDefault(Return(INVALID_FD)); in TEST_F()
298 EXPECT_CALL(mock, Accept(Eq(fd), _, _, _)); in TEST_F()
307 ON_CALL(mock, Accept(Eq(fd), _, _, _)) in TEST_F()
321 EXPECT_CALL(mock, Accept(Eq(fd), _, _, _)).Times(intr_count + 1); // 5 intr + 1 with errno = 0 in TEST_F()
329 ON_CALL(mock, Accept(Eq(fd), _, _, _)).WillByDefault(Return(INVALID_FD)); in TEST_F()
332 EXPECT_CALL(mock, Accept(Eq(fd), _, _, _)); in TEST_F()
342 ON_CALL(mock, Accept(Eq(fd), _, _, _)).WillByDefault(Return(client_fd)); in TEST_F()
345 EXPECT_CALL(mock, Accept(Eq(fd), _, _, _)); in TEST_F()
[all …]
Dsyscall_wrapper_mock.h46 MOCK_METHOD(int, Accept, (int, struct sockaddr*, socklen_t*, int));
Dsyscall_wrapper_impl.h41 int Accept(int fd, struct sockaddr* addr, socklen_t* addr_len, int flags);
Dsyscall_wrapper_interface.h53 virtual int Accept(int fd, struct sockaddr* addr, socklen_t* addr_len, int flags) = 0;
Dsyscall_wrapper_impl.cc70 int SyscallWrapperImpl::Accept(int fd, struct sockaddr* addr, socklen_t* addr_len, int flags) { in Accept() function in bluetooth::hal::SyscallWrapperImpl
Dhci_hal_host_test.cc114 int Accept() { in Accept() function in bluetooth::hal::__anon175626240111::FakeRootcanalDesktopHciServer
152 …fake_server_socket_ = fake_server_->Accept(); // accept() after client is connected to avoid bloc… in SetUp()
Dsnoop_logger_socket.cc163 …RUN_NO_INTR(client_socket = syscall_if_->Accept(listen_socket, (struct sockaddr*)&client_addr, &cl… in AcceptIncomingConnection()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dl2cap.proto19 // Accept L2CAP connection
Dopp.proto28 // Accept Put request by the Push Client to the Push Server within an OBEX connection.
/packages/modules/adb/
DSOCKET-ACTIVATION.txt26 Accept=no
/packages/modules/Bluetooth/floss/pandora/floss/
Dsocket_manager.py342 return self.proxy().Accept(self.callback_id, socket_id, timeout_ms)