Searched refs:MojoCreateSharedBufferOptions (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/mojo/system/ |
D | shared_buffer_dispatcher_unittest.cc | 25 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()
|
D | shared_buffer_dispatcher.h | 30 static const MojoCreateSharedBufferOptions kDefaultCreateOptions; 38 UserPointer<const MojoCreateSharedBufferOptions> in_options, 39 MojoCreateSharedBufferOptions* out_options); 45 const MojoCreateSharedBufferOptions& validated_options,
|
D | shared_buffer_dispatcher.cc | 31 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
|
D | core.h | 112 UserPointer<const MojoCreateSharedBufferOptions> options,
|
D | entrypoints.cc | 161 const struct MojoCreateSharedBufferOptions* options, in MojoCreateSharedBuffer()
|
D | core.cc | 459 UserPointer<const MojoCreateSharedBufferOptions> options, in CreateSharedBuffer() 462 MojoCreateSharedBufferOptions validated_options = {}; in CreateSharedBuffer()
|
/external/chromium_org/mojo/public/c/system/ |
D | buffer.h | 42 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/ |
D | buffer.h | 35 const MojoCreateSharedBufferOptions* options, in CreateSharedBuffer() 88 const MojoCreateSharedBufferOptions& options); 102 const MojoCreateSharedBufferOptions& options) { in SharedBuffer()
|
/external/chromium_org/mojo/android/system/ |
D | core_impl.cc | 119 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/ |
D | c_core.pxd | 171 cdef struct MojoCreateSharedBufferOptions: 186 const MojoCreateSharedBufferOptions* options,
|
D | system.pyx | 688 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/ |
D | system_thunks.h | 88 const struct MojoCreateSharedBufferOptions* options,
|
D | system_thunks.cc | 127 const struct MojoCreateSharedBufferOptions* options, in MojoCreateSharedBuffer()
|