Searched defs:Listen (Results 1 - 7 of 7) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_socket_listen.cpp58 TPVSocketEvent OsclListenMethod::Listen(uint32 qsize, function in class:OsclListenMethod
64 ListenRequest()->Listen(qsize);
72 void OsclListenRequest::Listen(uint32 qsize) function in class:OsclListenRequest
H A Doscl_tcp_socket.h60 inline int32 Listen(int aQueueSize);
138 inline int32 OsclTCPSocketI::Listen(int aQueueSize) function in class:OsclTCPSocketI
140 return iSocket->Listen(aQueueSize) ;
179 return (iListenMethod->Listen(qsize, aTimeout));
H A Doscl_socket.cpp215 OSCL_EXPORT_REF int32 OsclTCPSocket::Listen(int32 aQueueSize) function in class:OsclTCPSocket
217 return iTCPSocket->Listen(aQueueSize);
H A Doscl_socket_imp_pv.cpp135 int32 OsclSocketI::Listen(uint32 qSize) function in class:OsclSocketI
/external/v8/src/
H A Dplatform-posix.cc208 bool Listen(int backlog) const;
247 bool POSIXSocket::Listen(int backlog) const { function in class:v8::internal::POSIXSocket
H A Dplatform-win32.cc1616 bool Listen(int backlog) const;
1655 bool Win32Socket::Listen(int backlog) const { function in class:v8::internal::Win32Socket
/external/quake/quake/src/WinQuake/
H A Dnet.h162 void (*Listen) (qboolean state); member in struct:__anon4613
189 void (*Listen) (qboolean state); member in struct:__anon4614

Completed in 91 milliseconds