Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_test_messages.h15 IPC_MESSAGE_CONTROL3(TestHandleWinMsg, int, IPC::HandleWin, int)
24 IPC_MESSAGE_CONTROL3(TestSharedMemoryHandleMsg1,
Dipc_message_macros.h423 #define IPC_MESSAGE_CONTROL3(msg, a, b, c) IPC_MESSAGE_CONTROL(msg, a, b, c) macro