Searched refs:ConnectionSharedMemory (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Core/
H A DConnectionSharedMemory.cpp1 //===-- ConnectionSharedMemory.cpp ----------------------------*- C++ -*-===//
10 #include "lldb/Core/ConnectionSharedMemory.h"
31 ConnectionSharedMemory::ConnectionSharedMemory () : function in class:ConnectionSharedMemory
39 ConnectionSharedMemory::~ConnectionSharedMemory ()
45 ConnectionSharedMemory::IsConnected () const
51 ConnectionSharedMemory::Connect (const char *s, Error *error_ptr)
71 ConnectionSharedMemory::Disconnect (Error *error_ptr)
83 ConnectionSharedMemory
[all...]
H A DAndroid.mk25 ConnectionSharedMemory.cpp \
/external/lldb/include/lldb/Core/
H A DConnectionSharedMemory.h1 //===-- ConnectionSharedMemory.h --------------------------------*- C++ -*-===//
24 class ConnectionSharedMemory : class in namespace:lldb_private
29 ConnectionSharedMemory ();
32 ~ConnectionSharedMemory ();
65 DISALLOW_COPY_AND_ASSIGN (ConnectionSharedMemory);

Completed in 1269 milliseconds