Home
last modified time | relevance | path

Searched refs:IsConnected (Results 1 - 6 of 6) sorted by relevance

/third_party/lame/dshow/
H A DMpegac.cpp509 if(m_bStreamOutput && m_pOutput->IsConnected() != FALSE) in StopStreaming()
540 if(m_bStreamOutput && m_pOutput->IsConnected() != FALSE) in EndOfStream()
588 if(m_bStreamOutput && m_pOutput->IsConnected() != FALSE) in BeginFlush()
650 if (m_pInput && m_pInput->IsConnected()) in SetMediaType()
768 if (m_pOutput && m_pOutput->IsConnected() && m_State == State_Stopped) in Reconnect()
1710 if ( !m_pFilter->m_pInput->IsConnected() ) { in GetMediaType()
1795 if (!m_pFilter->m_pInput->IsConnected()) { in CheckMediaType()
1888 if (!m_pFilter->m_pInput->IsConnected()) { in SetFormat()
1893 if (IsConnected() && CurrentMediaType() == *pmt) { in SetFormat()
1904 if (IsConnected()) { in SetFormat()
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dsession.h35 bool IsConnected() const;
H A Dtarget.cc98 } while (!IsTerminated() && session_->IsConnected()); in Run()
165 while (session_->IsConnected()) { in ProcessCommands()
199 if (!session_->IsConnected()) { in ProcessCommands()
H A Dsession.cc23 bool Session::IsConnected() const { return connected_; } in IsConnected() function in v8::internal::wasm::gdb_server::Session
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp573 auto IsConnected = [&](SCC &C) {
584 if (IsConnected(*C))
997 auto IsConnected = [&](RefSCC &RC) {
1009 if (IsConnected(*C))
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc229 bool IsConnected() { return connected_; } in IsConnected() function in __anon15477::SocketWrapper

Completed in 9 milliseconds