Searched defs:Shutdown (Results 1 - 10 of 10) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_socket_shutdown.cpp63 TPVSocketEvent OsclShutdownMethod::Shutdown(TPVSocketShutdown aHow, function in class:OsclShutdownMethod
69 ShutdownRequest()->Shutdown(aHow);
76 void OsclShutdownRequest::Shutdown(TPVSocketShutdown aHow) function in class:OsclShutdownRequest
87 SocketI()->Shutdown(*Param(), *this);
H A Doscl_tcp_socket.h81 inline TPVSocketEvent Shutdown(TPVSocketShutdown aHow,
200 inline TPVSocketEvent OsclTCPSocketI::Shutdown(TPVSocketShutdown aHow, function in class:OsclTCPSocketI
203 return (iShutdownMethod->Shutdown(aHow, aTimeout));
H A Doscl_socket.cpp256 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Shutdown(TPVSocketShutdown aHow, function in class:OsclTCPSocket
259 return iTCPSocket->Shutdown(aHow, aTimeoutMsec);
H A Doscl_socket_imp_pv.cpp271 inline void OsclSocketI::Shutdown(ShutdownParam &param, OsclSocketRequestAO& ao) function in class:OsclSocketI
/external/v8/src/
H A Ddebug-agent.cc84 void DebuggerAgent::Shutdown() { function in class:v8::internal::DebuggerAgent
91 server_->Shutdown();
127 session_->Shutdown();
202 void DebuggerAgentSession::Shutdown() { function in class:v8::internal::DebuggerAgentSession
203 // Shutdown the socket to end the blocking receive.
204 client_->Shutdown();
H A Dplatform-posix.cc204 virtual ~POSIXSocket() { Shutdown(); }
214 // Shutdown socket for both read and write.
215 bool Shutdown();
295 bool POSIXSocket::Shutdown() { function in class:v8::internal::POSIXSocket
297 // Shutdown socket for both read and write.
H A Dplatform-win32.cc1612 virtual ~Win32Socket() { Shutdown(); }
1622 // Shutdown socket for both read and write.
1623 bool Shutdown();
1705 bool Win32Socket::Shutdown() { function in class:v8::internal::Win32Socket
1707 // Shutdown socket for both read and write.
H A Dheap.cc3854 Shutdown();
3865 void HeapIterator::Shutdown() { function in class:v8::internal::HeapIterator
3897 Shutdown();
/external/quake/quake/src/WinQuake/
H A Dnet.h161 void (*Shutdown) (void); member in struct:__anon4613
199 void (*Shutdown) (void); member in struct:__anon4614
/external/sonivox/jet_tools/JetCreator/
H A Deas.py561 self.Shutdown()
614 def Shutdown (self): member in class:EAS
616 eas_logger.debug('EAS.Shutdown')
925 self.Shutdown()
953 def Shutdown (self): member in class:EASAuxMixer
955 eas_logger.debug('EASAuxMixer.Shutdown')
975 self.eas.Shutdown()
1037 self.Shutdown()
1072 def Shutdown (self): member in class:JET
1074 eas_logger.debug('JET.Shutdown')
[all...]

Completed in 95 milliseconds