Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dremote_call.c99 RemoteResultFunc result_func; member
310 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() argument
392 call->result_func = result_func; in remote_call_dial()
Dremote_call.h44 RemoteResultFunc result_func,