Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message_templates.h181 static bool ReadSendParam(const Message* msg, SendParam* p);
194 bool ok = ReadSendParam(msg, &send_params); in Dispatch()
218 bool ok = ReadSendParam(msg, &send_params); in DispatchDelayReply()
240 bool ok = ReadSendParam(msg, &send_params); in DispatchWithParamDelayReply()
Dipc_message_templates_impl.h66 bool MessageT<Meta, std::tuple<Ins...>, std::tuple<Outs...>>::ReadSendParam( in ReadSendParam() function
100 if (ReadSendParam(msg, &p)) in Log()