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

  /external/bluetooth/bluez/gdbus/
mainloop.c 191 if (!dbus_timeout_get_enabled(handler->timeout))
216 if (!dbus_timeout_get_enabled(timeout))
239 if (dbus_timeout_get_enabled(timeout))
  /external/dbus/bus/
expirelist.c 118 else if (dbus_timeout_get_enabled (timeout))
257 if (ret && !dbus_timeout_get_enabled (list->timeout))
271 if (!dbus_timeout_get_enabled (list->timeout))
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 173 if (!dbus_timeout_get_enabled(timeout))
195 if (dbus_timeout_get_enabled(timeout))
  /external/wpa_supplicant/
ctrl_iface_dbus.c 174 if (!dbus_timeout_get_enabled(timeout))
194 if (!dbus_timeout_get_enabled(timeout))
211 if (dbus_timeout_get_enabled(timeout))
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 166 if (!dbus_timeout_get_enabled(timeout))
186 if (!dbus_timeout_get_enabled(timeout))
203 if (dbus_timeout_get_enabled(timeout))
    [all...]
  /external/dbus/dbus/
dbus-timeout.c 486 dbus_timeout_get_enabled (DBusTimeout *timeout) function
dbus-mainloop.c 656 dbus_timeout_get_enabled (TIMEOUT_CALLBACK (cb)->timeout))
733 dbus_timeout_get_enabled (TIMEOUT_CALLBACK (cb)->timeout))
dbus-connection.h 111 /** Called when dbus_timeout_get_enabled() may return a different
492 dbus_bool_t dbus_timeout_get_enabled (DBusTimeout *timeout);

Completed in 499 milliseconds