HomeSort by relevance Sort by last modified time
    Searched full:shared_buffer_ (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher.cc 165 if (!shared_buffer_ || in_transit_)
168 scoped_refptr<PlatformSharedBuffer> retval = shared_buffer_;
169 shared_buffer_ = nullptr;
182 shared_buffer_ = nullptr;
194 // Note: Since this is "duplicate", we keep our ref to |shared_buffer_|.
201 (!shared_buffer_->IsReadOnly())) {
202 // If a read-only duplicate is requested and |shared_buffer_| is not
203 // read-only, make a read-only duplicate of |shared_buffer_|.
205 shared_buffer_->CreateReadOnlyDuplicate();
213 *new_dispatcher = CreateInternal(shared_buffer_);
    [all...]
shared_buffer_dispatcher.h 110 // Guards access to |shared_buffer_|.
119 scoped_refptr<PlatformSharedBuffer> shared_buffer_; member in class:mojo::edk::final

Completed in 194 milliseconds