Home
last modified time | relevance | path

Searched refs:IPC_MESSAGE_DECL (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_message_null_macros.h17 #undef IPC_MESSAGE_DECL
27 #define IPC_MESSAGE_DECL(...) macro
Dipc_message_macros.h237 IPC_MESSAGE_DECL(msg_class, CONTROL, IPC_TUPLE(__VA_ARGS__), void)
239 IPC_MESSAGE_DECL(msg_class, ROUTED, IPC_TUPLE(__VA_ARGS__), void)
249 IPC_MESSAGE_DECL(msg_class, CONTROL, IPC_TUPLE in, IPC_TUPLE out)
251 IPC_MESSAGE_DECL(msg_class, ROUTED, IPC_TUPLE in, IPC_TUPLE out)
255 #define IPC_MESSAGE_DECL(msg_name, kind, in_tuple, out_tuple) \ macro