Searched refs:remove_function (Results 1 – 10 of 10) sorted by relevance
/external/dbus/dbus/ |
D | dbus-server.c | 211 DBusWatchRemoveFunction remove_function, in protected_change_watch() argument 234 else if (remove_function) in protected_change_watch() 237 (* remove_function) (watches, watch); in protected_change_watch() 328 DBusTimeoutRemoveFunction remove_function, in protected_change_timeout() argument 350 else if (remove_function) in protected_change_timeout() 353 (* remove_function) (timeouts, timeout); in protected_change_timeout() 864 DBusRemoveWatchFunction remove_function, in dbus_server_set_watch_functions() argument 882 remove_function, in dbus_server_set_watch_functions() 917 DBusRemoveTimeoutFunction remove_function, in dbus_server_set_timeout_functions() argument 935 remove_function, in dbus_server_set_timeout_functions()
|
D | dbus-server.h | 64 DBusRemoveWatchFunction remove_function, 70 DBusRemoveTimeoutFunction remove_function,
|
D | dbus-timeout.c | 240 DBusRemoveTimeoutFunction remove_function, in _dbus_timeout_list_set_functions() argument 267 (* remove_function) (link2->data, data); in _dbus_timeout_list_set_functions() 292 timeout_list->remove_timeout_function = remove_function; in _dbus_timeout_list_set_functions()
|
D | dbus-watch.c | 255 DBusRemoveWatchFunction remove_function, in _dbus_watch_list_set_functions() argument 307 (* remove_function) (link2->data, data); in _dbus_watch_list_set_functions() 334 watch_list->remove_watch_function = remove_function; in _dbus_watch_list_set_functions()
|
D | dbus-connection.h | 198 … DBusRemoveWatchFunction remove_function, 204 … DBusRemoveTimeoutFunction remove_function,
|
D | dbus-spawn.h | 51 DBusRemoveWatchFunction remove_function,
|
D | dbus-timeout.h | 58 DBusRemoveTimeoutFunction remove_function,
|
D | dbus-watch.h | 66 DBusRemoveWatchFunction remove_function,
|
D | dbus-connection.c | 648 DBusWatchRemoveFunction remove_function, in protected_change_watch() argument 670 else if (remove_function) in protected_change_watch() 673 (* remove_function) (watches, watch); in protected_change_watch() 769 DBusTimeoutRemoveFunction remove_function, in protected_change_timeout() argument 791 else if (remove_function) in protected_change_timeout() 794 (* remove_function) (timeouts, timeout); in protected_change_timeout() 4584 DBusRemoveWatchFunction remove_function, in dbus_connection_set_watch_functions() argument 4617 add_function, remove_function, in dbus_connection_set_watch_functions() 4666 DBusRemoveTimeoutFunction remove_function, in dbus_connection_set_timeout_functions() argument 4695 add_function, remove_function, in dbus_connection_set_timeout_functions()
|
D | dbus-spawn.c | 693 DBusRemoveWatchFunction remove_function, in _dbus_babysitter_set_watch_functions() argument 700 remove_function, in _dbus_babysitter_set_watch_functions()
|