Lines Matching defs:msg_class
231 #define IPC_MESSAGE_CONTROL(msg_class, ...) \ argument
233 #define IPC_MESSAGE_ROUTED(msg_class, ...) \ argument
243 #define IPC_SYNC_MESSAGE_CONTROL(msg_class, in, out) \ argument
245 #define IPC_SYNC_MESSAGE_ROUTED(msg_class, in, out) \ argument
326 #define IPC_TASK_ANNOTATOR_CONTEXT(msg_class) \ argument
345 #define IPC_MESSAGE_FORWARD(msg_class, obj, member_func) \ argument
353 #define IPC_MESSAGE_HANDLER(msg_class, member_func) \ argument
356 #define IPC_MESSAGE_FORWARD_DELAY_REPLY(msg_class, obj, member_func) \ argument
364 #define IPC_MESSAGE_HANDLER_DELAY_REPLY(msg_class, member_func) \ argument
368 #define IPC_MESSAGE_FORWARD_WITH_PARAM_DELAY_REPLY(msg_class, obj, \ argument
377 #define IPC_MESSAGE_HANDLER_WITH_PARAM_DELAY_REPLY(msg_class, member_func) \ argument
381 #define IPC_MESSAGE_HANDLER_GENERIC(msg_class, code) \ argument