/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_socket_test.cc | 284 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 …]
|
D | syscall_wrapper_mock.h | 46 MOCK_METHOD(int, Accept, (int, struct sockaddr*, socklen_t*, int));
|
D | syscall_wrapper_impl.h | 41 int Accept(int fd, struct sockaddr* addr, socklen_t* addr_len, int flags);
|
D | syscall_wrapper_interface.h | 53 virtual int Accept(int fd, struct sockaddr* addr, socklen_t* addr_len, int flags) = 0;
|
D | syscall_wrapper_impl.cc | 70 int SyscallWrapperImpl::Accept(int fd, struct sockaddr* addr, socklen_t* addr_len, int flags) { in Accept() function in bluetooth::hal::SyscallWrapperImpl
|
D | hci_hal_host_test.cc | 114 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()
|
D | snoop_logger_socket.cc | 163 …RUN_NO_INTR(client_socket = syscall_if_->Accept(listen_socket, (struct sockaddr*)&client_addr, &cl… in AcceptIncomingConnection()
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | l2cap.proto | 19 // Accept L2CAP connection
|
D | opp.proto | 28 // Accept Put request by the Push Client to the Push Server within an OBEX connection.
|
/packages/modules/adb/ |
D | SOCKET-ACTIVATION.txt | 26 Accept=no
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | socket_manager.py | 342 return self.proxy().Accept(self.callback_id, socket_id, timeout_ms)
|