HomeSort by relevance Sort by last modified time
    Searched refs:g_timeout_add (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/wtf/gtk/
MainThreadGtk.cpp 49 g_timeout_add(0, timeoutFired, 0);
  /external/bluetooth/glib/gio/inotify/
inotify-diag.c 73 g_timeout_add (DIAG_DUMP_TIME, id_dump, NULL);
inotify-kernel.c 149 g_timeout_add (TIMEOUT_MILLISECONDS, ik_source_timeout, source);
466 g_timeout_add (PROCESS_EVENTS_TIME, ik_process_eq_callback, NULL);
  /external/webkit/Source/WebKit/gtk/tests/
testwebframe.c 59 g_timeout_add(500, createFrameSignalTestTimeout, loop);
161 g_timeout_add(1000, (GSourceFunc)print_timeout, loop);
  /external/bluetooth/glib/gio/fen/
fen-missing.c 104 scan_missing_source_id = g_timeout_add (SCAN_MISSING_INTERVAL,
fen-data.c 463 f->change_update_id = g_timeout_add (get_scalable_scan_time (f),
560 f->change_update_id = g_timeout_add (get_scalable_scan_time(f),
690 f->eventq_id = g_timeout_add (PROCESS_EVENTQ_TIME,
fen-kernel.c 328 pn->port_source_id = g_timeout_add (PROCESS_PORT_EVENTS_TIME,
  /external/bluetooth/glib/tests/
child-test.c 182 g_timeout_add (30000, quit_loop, main_loop);
asyncqueue-test.c 173 g_timeout_add (sort_interval, sort_queue, GINT_TO_POINTER (sort_multiplier));
threadpool-test.c 373 g_timeout_add ((interval - 1000),
469 g_timeout_add (1000, test_check_start_and_stop, NULL);
mainloop-test.c 431 g_timeout_add (RECURSER_TIMEOUT, recurser_start, NULL);
  /external/bluetooth/bluez/gdbus/
mainloop.c 91 g_timeout_add(DISPATCH_TIMEOUT, message_dispatch, conn);
225 handler->id = g_timeout_add(interval, timeout_handler_dispatch,
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 188 m_progressBarUpdateId = g_timeout_add(PROGRESS_BAR_UPDATE_INTERVAL, reinterpret_cast<GSourceFunc>(progressBarUpdateCallback), this);
192 m_hudTimeoutId = g_timeout_add(HUD_AUTO_HIDE_INTERVAL, reinterpret_cast<GSourceFunc>(hideHudCallback), this);
575 m_progressBarUpdateId = g_timeout_add(PROGRESS_BAR_UPDATE_INTERVAL, reinterpret_cast<GSourceFunc>(progressBarUpdateCallback), this);
ChromeClientGtk.cpp 285 m_closeSoonTimer = g_timeout_add(0, reinterpret_cast<GSourceFunc>(emitCloseWebViewSignalLater), m_webView);
  /external/bluetooth/glib/gio/tests/
unix-streams.c 229 g_timeout_add (500, timeout, writer_cancel);
  /external/bluetooth/glib/glib/
gmain.h 265 guint g_timeout_add (guint interval,
galiasdef.c 1613 #undef g_timeout_add macro
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 533 m_videoTimerHandler = g_timeout_add(0, reinterpret_cast<GSourceFunc>(mediaPlayerPrivateVideoChangeTimeoutCallback), this);
552 m_audioTimerHandler = g_timeout_add(0, reinterpret_cast<GSourceFunc>(mediaPlayerPrivateAudioChangeTimeoutCallback), this);
594 m_volumeTimerHandler = g_timeout_add(0, reinterpret_cast<GSourceFunc>(mediaPlayerPrivateVolumeChangeTimeoutCallback), this);
    [all...]
  /external/bluetooth/bluez/plugins/
pnat.c 270 client->tty_timer = g_timeout_add(TTY_TIMEOUT,
  /external/bluetooth/glib/gio/
gunixmount.c 397 g_timeout_add (500, (GSourceFunc) eject_unmount_do_cb, data);
  /external/bluetooth/bluez/health/
mcap_sync.c 621 mcl->csp->ind_timer = g_timeout_add(when,
749 mcl->csp->set_timer = g_timeout_add(when,
  /external/bluetooth/bluez/serial/
port.c 293 g_timeout_add(OPEN_WAIT, open_continue, port);
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 406 g_timeout_add(25,
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 783 g_timeout_add(0, processWork, 0);
    [all...]
  /external/bluetooth/bluez/audio/
a2dp.c 1135 g_timeout_add(RECONFIGURE_TIMEOUT, a2dp_reconfigure, setup);
    [all...]

Completed in 566 milliseconds

1 2