/external/webrtc/talk/media/base/ |
audiorenderer.h | 48 virtual void OnClose() = 0;
|
fakemediaengine.h | 373 void OnClose() override { renderer_ = NULL; }
|
/external/webrtc/webrtc/base/ |
win32window.h | 42 virtual bool OnClose() { return true; }
|
testechoserver.h | 48 packet_socket->SignalClose.connect(this, &TestEchoServer::OnClose); 58 void OnClose(AsyncPacketSocket* socket, int err) {
|
win32window.cc | 81 if (!OnClose()) {
|
socket_unittest.cc | 563 void OnClose(AsyncSocket* socket, int error) { 578 client->SignalCloseEvent.connect(&closer, &SocketCloser::OnClose); [all...] |
/external/lzma/CPP/Windows/Control/ |
Window2.h | 36 virtual void OnClose() { Destroy(); }
|
Window2.cpp | 154 OnClose();
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
peer_connection_client.cc | 62 &PeerConnectionClient::OnClose); 64 &PeerConnectionClient::OnClose); 320 OnClose(socket, 0); 482 void PeerConnectionClient::OnClose(rtc::AsyncSocket* socket, int err) {
|
peer_connection_client.h | 105 void OnClose(rtc::AsyncSocket* socket, int err);
|
/external/webrtc/webrtc/p2p/base/ |
tcpport.cc | 39 * | | OnClose | | 50 * | | | OnClose | | 55 * | | OnClose | 225 // as OnClose should always be called and set connected to false. 338 // Sending after OnClose on active side will trigger a reconnect for a 410 OnClose(socket, 0); 414 void TCPConnection::OnClose(rtc::AsyncPacketSocket* socket, int error) { 418 // Guard against the condition where IPC socket will call OnClose for every 433 // OnClose could be called when the underneath socket times out during the 457 // Only reconnect for an outgoing TCPConnection when OnClose was signaled an [all...] |
tcpport.h | 160 void OnClose(rtc::AsyncPacketSocket* socket, int error);
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
fwl_formimp.h | 185 void OnClose(CFWL_MsgClose* pMsg);
|
/external/webrtc/talk/app/webrtc/ |
rtpsender.cc | 41 sink_->OnClose();
|
webrtcsession_unittest.cc | 340 sink_->OnClose(); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 166 wx.EVT_CLOSE(self, self.OnClose)
495 def OnClose(self, event):
|
JetCtrls.py | 554 wx.EVT_CLOSE(self, self.OnClose)
559 def OnClose(self, event):
|
JetDialogs.py | 296 wx.EVT_CLOSE(self, self.OnClose)
309 def OnClose(self, event):
588 wx.EVT_CLOSE(self, self.OnClose)
639 def OnClose(self, event):
[all...] |
JetCreator.py | 97 wx.EVT_CLOSE(self, self.OnClose)
[all...] |
/external/pdfium/xfa/src/fwl/src/core/ |
fwl_formimp.cpp | [all...] |
/external/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
objidl.h | [all...] |
ocidl.h | [all...] |
/external/opencv3/modules/highgui/src/ |
ppltasks_winrt.h | [all...] |
/external/opencv3/modules/videoio/src/ |
ppltasks_winrt.hpp | [all...] |