HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionSharedMemory (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Core/
ConnectionSharedMemory.cpp 1 //===-- ConnectionSharedMemory.cpp ----------------------------*- C++ -*-===//
10 #include "lldb/Core/ConnectionSharedMemory.h"
31 ConnectionSharedMemory::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::Read (void *dst,
    [all...]
Android.mk 25 ConnectionSharedMemory.cpp \
  /external/lldb/include/lldb/Core/
ConnectionSharedMemory.h 1 //===-- ConnectionSharedMemory.h --------------------------------*- C++ -*-===//
24 class ConnectionSharedMemory :
29 ConnectionSharedMemory ();
32 ~ConnectionSharedMemory ();
65 DISALLOW_COPY_AND_ASSIGN (ConnectionSharedMemory);

Completed in 448 milliseconds