Searched refs:IPC_MESSAGE_ID_CLASS (Results 1 – 4 of 4) sorted by relevance
42 IPC_MESSAGE_ID_CLASS((message).type()), "line", \
318 #define IPC_MESSAGE_ID_CLASS(id) ((id) >> 16) macro415 #define IPC_MESSAGE_CLASS(message) IPC_MESSAGE_ID_CLASS((message).type())
261 "class", IPC_MESSAGE_ID_CLASS(message.type()), in OnMessageReceived()
611 "class", IPC_MESSAGE_ID_CLASS(message->type()), in Send()