Home
last modified time | relevance | path

Searched refs:MOJO_ALIGNAS (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/mojo/public/c/system/
Dmessage_pipe.h31 struct MOJO_ALIGNAS(8) MojoCreateMessagePipeOptions {
50 struct MOJO_ALIGNAS(8) MojoWriteMessageOptions {
68 struct MOJO_ALIGNAS(8) MojoReadMessageOptions {
86 struct MOJO_ALIGNAS(8) MojoFuseMessagePipesOptions {
103 struct MOJO_ALIGNAS(8) MojoCreateMessageOptions {
120 struct MOJO_ALIGNAS(8) MojoSerializeMessageOptions {
142 struct MOJO_ALIGNAS(8) MojoAppendMessageDataOptions {
163 struct MOJO_ALIGNAS(8) MojoGetMessageDataOptions {
180 struct MOJO_ALIGNAS(8) MojoSetMessageContextOptions {
197 struct MOJO_ALIGNAS(8) MojoGetMessageContextOptions {
[all …]
Dinvitation.h36 struct MOJO_ALIGNAS(8) MojoProcessErrorDetails {
57 struct MOJO_ALIGNAS(8) MojoPlatformProcessHandle {
93 struct MOJO_ALIGNAS(8) MojoInvitationTransportEndpoint {
123 struct MOJO_ALIGNAS(8) MojoCreateInvitationOptions {
142 struct MOJO_ALIGNAS(8) MojoAttachMessagePipeToInvitationOptions {
161 struct MOJO_ALIGNAS(8) MojoExtractMessagePipeFromInvitationOptions {
190 struct MOJO_ALIGNAS(8) MojoSendInvitationOptions {
219 struct MOJO_ALIGNAS(8) MojoAcceptInvitationOptions {
Ddata_pipe.h26 struct MOJO_ALIGNAS(8) MojoCreateDataPipeOptions {
60 struct MOJO_ALIGNAS(8) MojoWriteDataOptions {
78 struct MOJO_ALIGNAS(8) MojoBeginWriteDataOptions {
96 struct MOJO_ALIGNAS(8) MojoEndWriteDataOptions {
135 struct MOJO_ALIGNAS(8) MojoReadDataOptions {
153 struct MOJO_ALIGNAS(8) MojoBeginReadDataOptions {
171 struct MOJO_ALIGNAS(8) MojoEndReadDataOptions {
Dplatform_handle.h59 struct MOJO_ALIGNAS(8) MojoPlatformHandle {
81 struct MOJO_ALIGNAS(8) MojoWrapPlatformHandleOptions {
99 struct MOJO_ALIGNAS(8) MojoUnwrapPlatformHandleOptions {
111 struct MOJO_ALIGNAS(8) MojoSharedBufferGuid {
160 struct MOJO_ALIGNAS(8) MojoWrapPlatformSharedMemoryRegionOptions {
179 struct MOJO_ALIGNAS(8) MojoUnwrapPlatformSharedMemoryRegionOptions {
Dtrap.h26 struct MOJO_ALIGNAS(8) MojoTrapEvent {
99 struct MOJO_ALIGNAS(8) MojoCreateTrapOptions {
119 struct MOJO_ALIGNAS(8) MojoAddTriggerOptions {
139 struct MOJO_ALIGNAS(8) MojoRemoveTriggerOptions {
159 struct MOJO_ALIGNAS(8) MojoArmTrapOptions {
Dmacros.h49 #define MOJO_ALIGNAS(alignment) alignas(alignment) macro
51 #define MOJO_ALIGNAS(alignment) __attribute__((aligned(alignment))) macro
53 #define MOJO_ALIGNAS(alignment) __declspec(align(alignment)) macro
Dbuffer.h26 struct MOJO_ALIGNAS(8) MojoCreateSharedBufferOptions {
45 struct MOJO_ALIGNAS(8) MojoGetBufferInfoOptions {
57 struct MOJO_ALIGNAS(8) MojoSharedBufferInfo {
Dquota.h21 struct MOJO_ALIGNAS(8) MojoSetQuotaOptions {
38 struct MOJO_ALIGNAS(8) MojoQueryQuotaOptions {
Dtypes.h146 struct MOJO_ALIGNAS(8) MojoInitializeOptions {
215 struct MOJO_ALIGNAS(4) MojoHandleSignalsState {
/external/libchrome/mojo/public/c/system/tests/
Dmacros_unittest.cc48 struct MOJO_ALIGNAS(1) StructAlignas1 {
51 struct MOJO_ALIGNAS(4) StructAlignas4 {
54 struct MOJO_ALIGNAS(8) StructAlignas8 {
/external/libchrome/mojo/core/
Doptions_validation_unittest.cc22 struct MOJO_ALIGNAS(8) TestOptions {
61 MOJO_ALIGNAS(8) char buf[sizeof(TestOptions) + 100] = {}; in TEST()
71 MOJO_ALIGNAS(8) char buf[sizeof(TestOptions) + 100] = {}; in TEST()
Ddata_pipe_control_message.h29 struct MOJO_ALIGNAS(8) DataPipeControlMessage {
/external/libchrome/libchrome_tools/patch/
Dalignof_int64.patch44 struct MOJO_ALIGNAS(8) TestOptions {
51 @@ -30,7 +30,7 @@ struct MOJO_ALIGNAS(8) MojoCreateSharedBufferOptions {
64 @@ -40,7 +40,7 @@ struct MOJO_ALIGNAS(8) MojoCreateDataPipeOptions {
77 @@ -35,7 +35,7 @@ struct MOJO_ALIGNAS(8) MojoCreateMessagePipeOptions {
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_declaration.tmpl69 union MOJO_ALIGNAS(8) Union_ {