Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dremote_call.c111 } RemoteCallRec, *RemoteCall; typedef
114 remote_call_done( RemoteCall call ) in remote_call_done()
137 remote_call_free( RemoteCall call ) in remote_call_free()
148 static RemoteCall
151 RemoteCall rcall = calloc( sizeof(*rcall), 1 ); in remote_call_alloc()
214 remote_call_set_sms_pdu( RemoteCall call, in remote_call_set_sms_pdu()
247 remote_call_add( RemoteCall call, in remote_call_add()
248 RemoteCall *plist ) in remote_call_add()
250 RemoteCall first = *plist; in remote_call_add()
262 RemoteCall call = opaque; in remote_call_event()
[all …]