Searched refs:result_func (Results 1 – 2 of 2) sorted by relevance
99 RemoteResultFunc result_func; member310 if (call->result_func) in remote_call_event()311 call->result_func( call->result_opaque, 0 ); in remote_call_event()327 if (call->result_func) in remote_call_event()328 call->result_func( call->result_opaque, 1 ); in remote_call_event()386 RemoteResultFunc result_func, in remote_call_dial() argument392 call->result_func = result_func; in remote_call_dial()
44 RemoteResultFunc result_func,