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

  /external/libchrome/mojo/core/
shared_buffer_dispatcher.h 25 class MOJO_SYSTEM_IMPL_EXPORT SharedBufferDispatcher final : public Dispatcher {
49 scoped_refptr<SharedBufferDispatcher>* result);
51 // Create a |SharedBufferDispatcher| from |shared_buffer|.
54 scoped_refptr<SharedBufferDispatcher>* result);
57 static scoped_refptr<SharedBufferDispatcher> Deserialize(
96 explicit SharedBufferDispatcher(
98 ~SharedBufferDispatcher() override;
100 static scoped_refptr<SharedBufferDispatcher> CreateInternal(
118 DISALLOW_COPY_AND_ASSIGN(SharedBufferDispatcher);
shared_buffer_dispatcher_unittest.cc 25 // |SharedBufferDispatcher::ValidateCreateOptions()|, but the tests should be
40 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions(
60 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions(
78 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions(
96 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused));
107 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused));
112 scoped_refptr<SharedBufferDispatcher> dispatcher;
113 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::Create(
114 SharedBufferDispatcher::kDefaultCreateOptions,
147 scoped_refptr<SharedBufferDispatcher> dispatcher
    [all...]
shared_buffer_dispatcher.cc 48 SharedBufferDispatcher::kDefaultCreateOptions = {
53 MojoResult SharedBufferDispatcher::ValidateCreateOptions(
81 MojoResult SharedBufferDispatcher::Create(
85 scoped_refptr<SharedBufferDispatcher>* result) {
109 MojoResult SharedBufferDispatcher::CreateFromPlatformSharedMemoryRegion(
111 scoped_refptr<SharedBufferDispatcher>* result) {
120 scoped_refptr<SharedBufferDispatcher> SharedBufferDispatcher::Deserialize(
194 SharedBufferDispatcher::PassPlatformSharedMemoryRegion() {
202 Dispatcher::Type SharedBufferDispatcher::GetType() const
    [all...]
shared_buffer_unittest.cc 246 static_cast<SharedBufferDispatcher*>(Core::Get()->GetDispatcher(b).get());
307 auto* dispatcher = static_cast<SharedBufferDispatcher*>(
embedder_unittest.cc 49 scoped_refptr<SharedBufferDispatcher> buffer;
51 SharedBufferDispatcher::CreateFromPlatformSharedMemoryRegion(
67 auto* buffer = static_cast<SharedBufferDispatcher*>(dispatcher.get());
dispatcher.cc 172 return SharedBufferDispatcher::Deserialize(bytes, num_bytes, ports,
core.cc 870 MojoResult result = SharedBufferDispatcher::ValidateCreateOptions(
    [all...]

Completed in 2285 milliseconds