Home
last modified time | relevance | path

Searched defs:Accept (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dsocket.h100 virtual std::unique_ptr<Socket> Accept() { return nullptr; } in Accept() function
Dsocket_mock.cpp109 std::unique_ptr<Socket> SocketMock::Accept() { in Accept() function in SocketMock
Dsocket.cpp238 std::unique_ptr<Socket> TcpSocket::Accept() { in Accept() function in TcpSocket
/system/bt/vendor_libs/test_vendor_lib/src/
Dtest_channel_transport.cc74 int TestChannelTransport::Accept(int listen_fd_) { in Accept() function in test_vendor_lib::TestChannelTransport