Home
last modified time | relevance | path

Searched refs:IPC_MESSAGE_ID_CLASS (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_reader.cc42 IPC_MESSAGE_ID_CLASS((message).type()), "line", \
Dipc_message_macros.h318 #define IPC_MESSAGE_ID_CLASS(id) ((id) >> 16) macro
415 #define IPC_MESSAGE_CLASS(message) IPC_MESSAGE_ID_CLASS((message).type())
Dipc_channel_mojo.cc261 "class", IPC_MESSAGE_ID_CLASS(message.type()), in OnMessageReceived()
Dipc_sync_channel.cc611 "class", IPC_MESSAGE_ID_CLASS(message->type()), in Send()