HomeSort by relevance Sort by last modified time
    Searched full:timeout_callback (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-mainloop.c 98 #define TIMEOUT_CALLBACK(callback) ((TimeoutCallback*)callback)
353 TIMEOUT_CALLBACK (this)->timeout == timeout &&
355 TIMEOUT_CALLBACK (this)->function == function)
655 dbus_timeout_get_enabled (TIMEOUT_CALLBACK (cb)->timeout))
657 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb);
732 dbus_timeout_get_enabled (TIMEOUT_CALLBACK (cb)->timeout))
734 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb);
  /external/bluetooth/glib/tests/
mainloop-test.c 126 timeout_callback (gpointer data) function
166 g_source_set_callback (timeout_source, (GSourceFunc)timeout_callback, &addr_data, NULL);

Completed in 40 milliseconds