HomeSort by relevance Sort by last modified time
    Searched defs:IsConnected (Results 1 - 13 of 13) sorted by null

  /external/lldb/source/Core/
ConnectionSharedMemory.cpp 45 ConnectionSharedMemory::IsConnected () const
ConnectionMachPort.cpp 47 ConnectionMachPort::IsConnected () const
55 if (IsConnected())
Communication.cpp 121 Communication::IsConnected () const
125 return connection_sp->IsConnected ();
ConnectionFileDescriptor.cpp 170 ConnectionFileDescriptor::IsConnected () const
511 if (!IsConnected ())
    [all...]
  /external/lldb/tools/debugserver/source/
RNBSocket.h 62 bool IsConnected () const { return m_fd != -1; }
  /external/lldb/source/API/
SBCommunication.cpp 89 if (m_opaque->IsConnected())
93 if (m_opaque->IsConnected())
124 SBCommunication::IsConnected () const
129 result = m_opaque->IsConnected ();
132 log->Printf ("SBCommunication(%p)::IsConnected () => %i", m_opaque, result);
  /art/runtime/jdwp/
jdwp_main.cc 107 bool JdwpNetStateBase::IsConnected() {
130 DCHECK(IsConnected()) << "Connection with debugger is closed";
145 DCHECK(IsConnected()) << "Connection with debugger is closed";
149 bool JdwpState::IsConnected() {
150 return netState != nullptr && netState->IsConnected();
154 if (!IsConnected()) {
178 if (!IsConnected()) {
383 return IsConnected();
  /external/lldb/include/lldb/Target/
Platform.h 482 IsConnected () const
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 362 PlatformFreeBSD::IsConnected () const
367 return m_remote_platform_sp->IsConnected();
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 92 if (IsConnected())
191 PlatformRemoteGDBServer::IsConnected () const
193 return m_gdb_client.IsConnected();
200 if (IsConnected())
361 if (IsConnected())
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 489 PlatformDarwin::IsConnected () const
494 return m_remote_platform_sp->IsConnected();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 269 WINBOOL IsConnected;
    [all...]
objidl.h     [all...]

Completed in 1491 milliseconds