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

  /external/webrtc/webrtc/modules/desktop_capture/
shared_memory.cc 16 const SharedMemory::Handle SharedMemory::kInvalidHandle = NULL;
18 const SharedMemory::Handle SharedMemory::kInvalidHandle = -1;
21 SharedMemory::SharedMemory(void* data, size_t size, Handle handle, int id)
shared_memory.h 25 // SharedMemory is a base class for shared memory. It stores all required
31 class SharedMemory {
51 virtual ~SharedMemory() {}
54 SharedMemory(void* data, size_t size, Handle handle, int id);
62 RTC_DISALLOW_COPY_AND_ASSIGN(SharedMemory);
  /external/libchrome/sandbox/win/src/
interception_internal.h 51 struct SharedMemory {
  /external/libchrome/base/memory/
shared_memory.h 36 // The type of OS primitive that should back the SharedMemory object.
65 class BASE_EXPORT SharedMemory {
67 SharedMemory();
73 explicit SharedMemory(const std::wstring& name);
76 // Create a new SharedMemory object from an existing, open
80 // only affects how the SharedMemory will be mmapped. Use
83 SharedMemory(const SharedMemoryHandle& handle, bool read_only);
86 // Create a new SharedMemory object from an existing, open
89 SharedMemory(const SharedMemoryHandle& handle,
95 ~SharedMemory();
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 693 milliseconds