Searched refs:add_function (Results 1 - 17 of 17) sorted by relevance

/external/dbus/dbus/
H A Ddbus-spawn.h53 DBusAddWatchFunction add_function,
H A Ddbus-timeout.h57 DBusAddTimeoutFunction add_function,
H A Ddbus-server.h73 DBusAddWatchFunction add_function,
80 DBusAddTimeoutFunction add_function,
H A Ddbus-timeout.c230 * @param add_function the add timeout function.
240 DBusAddTimeoutFunction add_function,
247 if (add_function != NULL)
257 if (!(* add_function) (link->data, data))
292 timeout_list->add_timeout_function = add_function;
239 _dbus_timeout_list_set_functions(DBusTimeoutList *timeout_list, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-watch.c251 * @param add_function the add watch function.
261 DBusAddWatchFunction add_function,
268 if (add_function != NULL)
300 if (!(* add_function) (link->data, data))
340 watch_list->add_watch_function = add_function;
260 _dbus_watch_list_set_functions(DBusWatchList *watch_list, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-watch.h65 DBusAddWatchFunction add_function,
H A Ddbus-server.c211 DBusWatchAddFunction add_function,
233 if (add_function)
234 retval = (* add_function) (watches, watch);
328 DBusTimeoutAddFunction add_function,
349 if (add_function)
350 retval = (* add_function) (timeouts, timeout);
890 * @param add_function function to begin monitoring a new descriptor.
893 * @param data data to pass to add_function and remove_function.
899 DBusAddWatchFunction add_function,
917 add_function,
209 protected_change_watch(DBusServer *server, DBusWatch *watch, DBusWatchAddFunction add_function, DBusWatchRemoveFunction remove_function, DBusWatchToggleFunction toggle_function, dbus_bool_t enabled) argument
326 protected_change_timeout(DBusServer *server, DBusTimeout *timeout, DBusTimeoutAddFunction add_function, DBusTimeoutRemoveFunction remove_function, DBusTimeoutToggleFunction toggle_function, dbus_bool_t enabled) argument
898 dbus_server_set_watch_functions(DBusServer *server, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
951 dbus_server_set_timeout_functions(DBusServer *server, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
[all...]
H A Ddbus-connection.h241 DBusAddWatchFunction add_function,
248 DBusAddTimeoutFunction add_function,
H A Ddbus-spawn-win.c342 DBusAddWatchFunction add_function,
350 add_function,
341 _dbus_babysitter_set_watch_functions(DBusBabysitter *sitter, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-connection.c662 DBusWatchAddFunction add_function,
691 if (add_function)
692 retval = (* add_function) (connection->watches, watch);
786 DBusTimeoutAddFunction add_function,
815 if (add_function)
816 retval = (* add_function) (connection->timeouts, timeout);
4839 * to a #FALSE return from the new add_function. If so, the
4840 * add_function may have been called successfully one or more times,
4844 * but the add_function and remove_function may have been called.
4853 * @param add_function functio
660 protected_change_watch(DBusConnection *connection, DBusWatch *watch, DBusWatchAddFunction add_function, DBusWatchRemoveFunction remove_function, DBusWatchToggleFunction toggle_function, dbus_bool_t enabled) argument
784 protected_change_timeout(DBusConnection *connection, DBusTimeout *timeout, DBusTimeoutAddFunction add_function, DBusTimeoutRemoveFunction remove_function, DBusTimeoutToggleFunction toggle_function, dbus_bool_t enabled) argument
4861 dbus_connection_set_watch_functions(DBusConnection *connection, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
4924 dbus_connection_set_timeout_functions(DBusConnection *connection, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
[all...]
H A Ddbus-spawn.c727 * @param add_function function to begin monitoring a new descriptor.
730 * @param data data to pass to add_function and remove_function.
736 DBusAddWatchFunction add_function,
743 add_function,
735 _dbus_babysitter_set_watch_functions(DBusBabysitter *sitter, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.h101 bool add_function(ir_function *f);
H A Dir_import_prototypes.cpp67 this->symbols->add_function(this->function);
H A Dglsl_symbol_table.cpp124 bool glsl_symbol_table::add_function(ir_function *f) function in class:glsl_symbol_table
H A Dir_reader.cpp224 added = st->symbols->add_function(f);
H A Dlinker.cpp584 sh->symbols->add_function(func);
H A Dast_to_hir.cpp2668 if (!state->symbols->add_function(f)) {

Completed in 467 milliseconds