Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message_macros.h259 enum { ID = IPC_MESSAGE_ID() }; \
317 #define IPC_MESSAGE_ID() ((IPC_MESSAGE_START << 16) + __LINE__) macro