Searched refs:IsConnected (Results 1 - 25 of 210) sorted by last modified time

123456789

/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.c119 printf ("Is Connected:%s\n", (IsConnected() ? "true" : "false"));
329 SET_AUDIOFILEPLAYER_METHOD(IsConnected);
H A DAudioFilePlayer.h81 int (*IsConnected)(struct S_AudioFilePlayer *afp); member in struct:S_AudioFilePlayer
/external/lldb/include/lldb/API/
H A DSBCommunication.h55 IsConnected () const;
/external/lldb/include/lldb/Core/
H A DCommunication.h166 IsConnected () const;
H A DConnection.h98 IsConnected () const = 0;
H A DConnectionFileDescriptor.h41 IsConnected () const;
H A DConnectionMachPort.h34 IsConnected () const;
H A DConnectionSharedMemory.h35 IsConnected () const;
/external/lldb/include/lldb/Target/
H A DPlatform.h482 IsConnected () const function in class:lldb_private::Platform
/external/lldb/scripts/Python/interface/
H A DSBCommunication.i49 IsConnected () const;
/external/lldb/source/API/
H A DSBCommunication.cpp89 if (m_opaque->IsConnected())
93 if (m_opaque->IsConnected())
124 SBCommunication::IsConnected () const function in class:SBCommunication
129 result = m_opaque->IsConnected ();
132 log->Printf ("SBCommunication(%p)::IsConnected () => %i", m_opaque, result);
H A DSBTarget.cpp893 if (platform_sp && platform_sp->IsConnected())
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp315 if (platform_sp->IsConnected())
818 if (platform_sp->IsConnected())
/external/lldb/source/Core/
H A DCommunication.cpp121 Communication::IsConnected () const function in class:Communication
125 return connection_sp->IsConnected ();
H A DConnectionFileDescriptor.cpp170 ConnectionFileDescriptor::IsConnected () const function in class:ConnectionFileDescriptor
511 if (!IsConnected ())
H A DConnectionMachPort.cpp47 ConnectionMachPort::IsConnected () const function in class:ConnectionMachPort
55 if (IsConnected())
H A DConnectionSharedMemory.cpp45 ConnectionSharedMemory::IsConnected () const function in class:ConnectionSharedMemory
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp362 PlatformFreeBSD::IsConnected () const function in class:PlatformFreeBSD
367 return m_remote_platform_sp->IsConnected();
H A DPlatformFreeBSD.h98 IsConnected () const;
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp489 PlatformDarwin::IsConnected () const function in class:PlatformDarwin
494 return m_remote_platform_sp->IsConnected();
H A DPlatformDarwin.h70 IsConnected () const;
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp92 if (IsConnected())
191 PlatformRemoteGDBServer::IsConnected () const function in class:PlatformRemoteGDBServer
193 return m_gdb_client.IsConnected();
200 if (IsConnected())
361 if (IsConnected())
H A DPlatformRemoteGDBServer.h130 IsConnected () const;
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp64 if (IsConnected())
180 if (IsConnected())
241 while (IsConnected() && !timed_out)
H A DProcessKDP.cpp271 if (conn_ap->IsConnected())
605 if (!keep_stopped && m_comm.IsConnected())
643 return m_comm.IsConnected() && m_private_state.GetValue() != eStateExited;
652 if (m_comm.IsConnected())
661 if (m_comm.IsConnected())

Completed in 240 milliseconds

123456789