Searched defs:SendParam (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_message_utils.h879 typedef SendParamType SendParam; typedef in class:IPC::SyncMessageSchema
880 typedef typename TupleTypes<SendParam>::ParamTuple RefSendParam;
884 static bool ReadSendParam(const Message* msg, SendParam* p) IPC_MSG_NOINLINE;
890 static bool DispatchWithSendParams(bool ok, const SendParam& send_params,
909 const SendParam& send_params,

Completed in 148 milliseconds