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

  /external/libchrome/mojo/public/cpp/base/
big_buffer.cc 54 shared_memory_(std::move(shared_memory)) {}
69 DCHECK(shared_memory_->buffer_mapping_);
71 const_cast<const void*>(shared_memory_->buffer_mapping_.get()));
83 return shared_memory_->size();
99 shared_memory_.emplace(std::move(buffer), bytes.size());
101 static_cast<uint8_t*>(shared_memory_->buffer_mapping_.get()));
118 DCHECK(!shared_memory_);
126 DCHECK(!shared_memory_);
128 shared_memory_ = std::move(shared_memory);
135 DCHECK(shared_memory_.has_value())
    [all...]
big_buffer.h 112 return shared_memory_.value();
120 base::Optional<internal::BigBufferSharedMemoryRegion> shared_memory_; variable
166 return shared_memory_.value();
172 base::Optional<internal::BigBufferSharedMemoryRegion> shared_memory_; variable
  /external/google-breakpad/src/common/linux/tests/
crash_generator.h 109 void* shared_memory_; member in class:google_breakpad::CrashGenerator
111 // Number of bytes mapped for |shared_memory_|.
crash_generator.cc 100 : shared_memory_(NULL),
124 return reinterpret_cast<pid_t*>(shared_memory_)[index];
128 return reinterpret_cast<pid_t*>(shared_memory_) + index;
143 shared_memory_ = mapped_memory;
149 if (!shared_memory_)
152 if (munmap(shared_memory_, shared_memory_size_) == 0) {
153 shared_memory_ = NULL;
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.h 42 SharedMemory* shared_memory() const { return shared_memory_; }
86 SharedMemory* const shared_memory_; member in class:webrtc::DesktopFrame
desktop_frame.cc 25 shared_memory_(shared_memory),
91 delete shared_memory_;
desktop_frame_win.cc 24 owned_shared_memory_(shared_memory_) {
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.h 106 std::unique_ptr<PosixSharedMemory> shared_memory_; member in class:perfetto::ProducerIPCClientImpl
producer_ipc_client_impl.cc 170 shared_memory_ = PosixSharedMemory::AttachToFd(std::move(shmem_fd));
174 shared_memory_.get(), shared_buffer_page_size_kb_ * 1024, this,
354 return shared_memory_.get();
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 734 std::unique_ptr<SharedMemory> shared_memory_; member in class:base::PersistentMemoryAllocator::SharedPersistentMemoryAllocator
    [all...]
persistent_memory_allocator.cc     [all...]
  /external/perfetto/src/tracing/core/
tracing_service_impl.cc     [all...]
tracing_service_impl.h 131 std::unique_ptr<SharedMemory> shared_memory_; member in class:perfetto::TracingServiceImpl::ProducerEndpointImpl

Completed in 870 milliseconds