HomeSort by relevance Sort by last modified time
    Searched refs:dbus_timeout_set_data (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/gdbus/
mainloop.c 219 dbus_timeout_set_data(timeout, handler, timeout_handler_free);
233 dbus_timeout_set_data(timeout, NULL, NULL);
  /external/dbus/dbus/
dbus-timeout.c 114 dbus_timeout_set_data (timeout, NULL, NULL); /* call free_data_function */
421 * Gets data previously set with dbus_timeout_set_data()
445 dbus_timeout_set_data (DBusTimeout *timeout, function
dbus-connection.h 353 void dbus_timeout_set_data (DBusTimeout *timeout,
  /external/wpa_supplicant/
ctrl_iface_dbus.c 180 dbus_timeout_set_data(timeout, iface, NULL);
188 dbus_timeout_set_data(timeout, NULL, NULL);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 172 dbus_timeout_set_data(timeout, iface, NULL);
180 dbus_timeout_set_data(timeout, NULL, NULL);
    [all...]

Completed in 1464 milliseconds