Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_test_messages.h16 IPC_MESSAGE_CONTROL2(TestTwoHandleWinMsg, IPC::HandleWin, IPC::HandleWin)
28 IPC_MESSAGE_CONTROL2(TestSharedMemoryHandleMsg2,
Dipc_fuzzing_tests.cc29 IPC_MESSAGE_CONTROL2(MsgClassIS, int, base::string16)
32 IPC_MESSAGE_CONTROL2(MsgClassSI, base::string16, int)
35 IPC_MESSAGE_CONTROL2(MsgDoMutex, base::string16, int)
Dipc_message_macros.h422 #define IPC_MESSAGE_CONTROL2(msg, a, b) IPC_MESSAGE_CONTROL(msg, a, b) macro