Searched refs:IPC_MESSAGE_CONTROL (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_message_macros.h | 236 #define IPC_MESSAGE_CONTROL(msg_class, ...) \ macro 420 #define IPC_MESSAGE_CONTROL0(msg) IPC_MESSAGE_CONTROL(msg) 421 #define IPC_MESSAGE_CONTROL1(msg, a) IPC_MESSAGE_CONTROL(msg, a) 422 #define IPC_MESSAGE_CONTROL2(msg, a, b) IPC_MESSAGE_CONTROL(msg, a, b) 423 #define IPC_MESSAGE_CONTROL3(msg, a, b, c) IPC_MESSAGE_CONTROL(msg, a, b, c) 425 IPC_MESSAGE_CONTROL(msg, a, b, c, d) 427 IPC_MESSAGE_CONTROL(msg, a, b, c, d, e)
|