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

  /external/webkit/WebKit/gtk/tests/
testwebdatasource.c 138 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
156 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 74 g_timeout_add_seconds (SCAN_MISSING_TIME, im_scan_missing, NULL);
  /external/bluetooth/glib/gio/
gpollfilemonitor.c 177 poll_monitor->timeout = g_timeout_add_seconds (POLL_TIME_SECS, poll_file_timeout, poll_monitor);
  /external/bluetooth/bluez/audio/
device.c 214 priv->control_timer = g_timeout_add_seconds(CONTROL_CONNECT_TIMEOUT,
257 priv->avdtp_timer = g_timeout_add_seconds(AVDTP_CONNECT_TIMEOUT,
301 priv->headset_timer = g_timeout_add_seconds(HEADSET_CONNECT_TIMEOUT,
source.c 301 source->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
469 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
headset.c 604 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL,
    [all...]
sink.c 334 sink->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
502 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
telephony-maemo.c 970 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL);
    [all...]
avdtp.c 659 session->dc_timer = g_timeout_add_seconds(DISCONNECT_TIMEOUT,
911 stream->idle_timer = g_timeout_add_seconds(STREAM_TIMEOUT,
1422 stream->timer = g_timeout_add_seconds(REQ_TIMEOUT,
    [all...]
ipctest.c 980 g_timeout_add_seconds(seconds, sleep_cb, u);
a2dp.c 630 a2dp_sep->suspend_timer = g_timeout_add_seconds(SUSPEND_TIMEOUT,
    [all...]
  /external/bluetooth/glib/glib/
gmain.h 273 guint g_timeout_add_seconds (guint interval,
galiasdef.c 1616 #undef g_timeout_add_seconds macro
    [all...]
gmain.c 3505 g_timeout_add_seconds (guint interval, function
    [all...]
galias.h 1610 #define g_timeout_add_seconds macro
    [all...]
  /external/bluetooth/bluez/src/
main.c 345 last_adapter_timeout = g_timeout_add_seconds(LAST_ADAPTER_EXIT_TIMEOUT,
adapter.c 426 adapter->discov_timeout_id = g_timeout_add_seconds(interval,
586 adapter->pairable_timeout_id = g_timeout_add_seconds(interval,
    [all...]
device.c 690 device->disconn_timer = g_timeout_add_seconds(DISCONNECT_TIMER,
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-node.c 343 deleting_nodes_id = g_timeout_add_seconds (PROCESS_DELETING_INTERVAL,
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 310 waitToDumpWatchdog = g_timeout_add_seconds(timeoutSeconds, waitToDumpWatchdogFired, 0);
  /external/bluetooth/bluez/common/
glib-helper.c 118 cached->timer = g_timeout_add_seconds(CACHE_TIMEOUT,

Completed in 627 milliseconds