Home
last modified time | relevance | path

Searched refs:IPC_MESSAGE_CLASS (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/ipc/
Dmessage_filter_router.cc83 const int message_class = IPC_MESSAGE_CLASS(message); in TryFilters()
Dipc_channel_proxy_unittest.cc194 EXPECT_EQ(supported_message_class_, IPC_MESSAGE_CLASS(message)); in OnMessageReceived()
Dipc_message_macros.h415 #define IPC_MESSAGE_CLASS(message) IPC_MESSAGE_ID_CLASS((message).type()) macro