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

  /external/dbus/dbus/
dbus-resources.c 71 dbus_bool_t notify_pending : 1; /**< TRUE if the guard value has been crossed */ member in struct:DBusCounter
170 counter->notify_pending = TRUE;
184 if (counter->notify_pending)
186 counter->notify_pending = FALSE;
224 counter->notify_pending = TRUE;
273 counter->notify_pending = FALSE;
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 206 * notify_pending - Notify that a pending request can be retried
215 void (*notify_pending)(void *ctx); member in struct:eapol_callbacks
eap.c     [all...]

Completed in 369 milliseconds