Searched refs:pcall (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-service.c30 check_hello_from_self_reply (DBusPendingCall *pcall, argument
54 reply = dbus_pending_call_steal_reply (pcall);
121 dbus_pending_call_unref (pcall);
131 DBusPendingCall *pcall; local
168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1))
172 if (!dbus_pending_call_set_notify (pcall, check_hello_from_self_reply, (void *)message, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dpython.c80 static int pcall(struct pymelem *pymelem, const char *attr, PyObject *args, PyObject **_res) function
151 res = pcall(pymelem, fcn, obj1, NULL);
164 err = pcall(pymelem, attr, obj1, &res);
203 return pcall(pymelem, "opsGetRange", obj1, NULL);
217 err = pcall(pymelem, attr, obj1, &res);
276 err = pcall(pymelem, "opsGetDBVol", obj1, &res);
321 return pcall(pymelem, "opsSetVolume", obj1, NULL);
334 return pcall(pymelem, "opsSetSwitch", obj1, NULL);
349 return pcall(pymelem, "opsSetDB", obj1, NULL);
364 err = pcall(pymele
[all...]

Completed in 62 milliseconds