Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_channel_reader.cc43 IPC_MESSAGE_ID_LINE((message).type()));
Dipc_channel_mojo.cc262 "line", IPC_MESSAGE_ID_LINE(message.type())); in OnMessageReceived()
Dipc_sync_channel.cc612 "line", IPC_MESSAGE_ID_LINE(message->type())); in Send()
Dipc_message_macros.h319 #define IPC_MESSAGE_ID_LINE(id) ((id) & 0xffff) macro