Home
last modified time | relevance | path

Searched refs:MojoCreateSharedBufferOptions (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/mojo/system/
Dshared_buffer_dispatcher_unittest.cc25 const uint32_t kSizeOfCreateOptions = sizeof(MojoCreateSharedBufferOptions);
31 const MojoCreateSharedBufferOptions& validated_options) { in RevalidateCreateOptions()
35 MojoCreateSharedBufferOptions revalidated_options = {}; in RevalidateCreateOptions()
60 MojoCreateSharedBufferOptions validated_options = {}; in TEST_F()
75 MojoCreateSharedBufferOptions options = { in TEST_F()
79 MojoCreateSharedBufferOptions validated_options = {}; in TEST_F()
93 MojoCreateSharedBufferOptions options = { in TEST_F()
97 MojoCreateSharedBufferOptions unused; in TEST_F()
105 MojoCreateSharedBufferOptions options = { in TEST_F()
109 MojoCreateSharedBufferOptions unused; in TEST_F()
Dshared_buffer_dispatcher.h30 static const MojoCreateSharedBufferOptions kDefaultCreateOptions;
38 UserPointer<const MojoCreateSharedBufferOptions> in_options,
39 MojoCreateSharedBufferOptions* out_options);
45 const MojoCreateSharedBufferOptions& validated_options,
Dshared_buffer_dispatcher.cc31 const MojoCreateSharedBufferOptions
33 static_cast<uint32_t>(sizeof(MojoCreateSharedBufferOptions)),
38 UserPointer<const MojoCreateSharedBufferOptions> in_options, in ValidateCreateOptions()
39 MojoCreateSharedBufferOptions* out_options) { in ValidateCreateOptions()
47 UserOptionsReader<MojoCreateSharedBufferOptions> reader(in_options); in ValidateCreateOptions()
51 if (!OPTIONS_STRUCT_HAS_MEMBER(MojoCreateSharedBufferOptions, flags, reader)) in ValidateCreateOptions()
67 const MojoCreateSharedBufferOptions& /*validated_options*/, in Create() argument
Dcore.h112 UserPointer<const MojoCreateSharedBufferOptions> options,
Dentrypoints.cc161 const struct MojoCreateSharedBufferOptions* options, in MojoCreateSharedBuffer()
Dcore.cc459 UserPointer<const MojoCreateSharedBufferOptions> options, in CreateSharedBuffer()
462 MojoCreateSharedBufferOptions validated_options = {}; in CreateSharedBuffer()
/external/chromium_org/mojo/public/c/system/
Dbuffer.h42 struct MOJO_ALIGNAS(8) MojoCreateSharedBufferOptions { struct
46 MOJO_COMPILE_ASSERT(sizeof(MojoCreateSharedBufferOptions) == 8, argument
118 const struct MojoCreateSharedBufferOptions* options, // Optional.
/external/chromium_org/mojo/public/cpp/system/
Dbuffer.h35 const MojoCreateSharedBufferOptions* options, in CreateSharedBuffer()
88 const MojoCreateSharedBufferOptions& options);
102 const MojoCreateSharedBufferOptions& options) { in SharedBuffer()
/external/chromium_org/mojo/android/system/
Dcore_impl.cc119 const MojoCreateSharedBufferOptions* options = 0; in CreateSharedBuffer()
125 DCHECK_EQ(buffer_size, sizeof(MojoCreateSharedBufferOptions)); in CreateSharedBuffer()
126 options = static_cast<const MojoCreateSharedBufferOptions*>(buffer_start); in CreateSharedBuffer()
/external/chromium_org/mojo/public/python/mojo/
Dc_core.pxd171 cdef struct MojoCreateSharedBufferOptions:
186 const MojoCreateSharedBufferOptions* options,
Dsystem.pyx688 cdef c_core.MojoCreateSharedBufferOptions coptions
689 cdef c_core.MojoCreateSharedBufferOptions* coptions_ptr = NULL
692 coptions.struct_size = sizeof(c_core.MojoCreateSharedBufferOptions)
/external/chromium_org/mojo/public/platform/native/
Dsystem_thunks.h88 const struct MojoCreateSharedBufferOptions* options,
Dsystem_thunks.cc127 const struct MojoCreateSharedBufferOptions* options, in MojoCreateSharedBuffer()