Searched refs:g_timeout_add_seconds (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebdatasource.c129 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
168 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
214 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
/external/bluetooth/glib/gio/inotify/
H A Dinotify-missing.c74 g_timeout_add_seconds (SCAN_MISSING_TIME, im_scan_missing, NULL);
/external/bluetooth/glib/gio/
H A Dgpollfilemonitor.c177 poll_monitor->timeout = g_timeout_add_seconds (POLL_TIME_SECS, poll_file_timeout, poll_monitor);
/external/bluetooth/glib/glib/
H A Dgmain.h273 guint g_timeout_add_seconds (guint interval,
H A Dgaliasdef.c1616 #undef g_timeout_add_seconds macro
1617 extern __typeof (g_timeout_add_seconds) g_timeout_add_seconds __attribute((alias("IA__g_timeout_add_seconds"), visibility("default")));
H A Dgmain.c3398 * g_timeout_add_seconds() function; this function allows for more
3449 * use of g_timeout_add_seconds() is preferred over g_timeout_add().
3485 * g_timeout_add_seconds:
3505 g_timeout_add_seconds (guint interval, function
H A Dgalias.h1609 extern __typeof (g_timeout_add_seconds) IA__g_timeout_add_seconds __attribute((visibility("hidden")));
1610 #define g_timeout_add_seconds IA__g_timeout_add_seconds macro
/external/bluetooth/bluez/audio/
H A Dsink.c320 sink->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
380 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
H A Dsource.c273 source->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
331 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
H A Ddevice.c173 priv->control_timer = g_timeout_add_seconds(CONTROL_CONNECT_TIMEOUT,
316 priv->avdtp_timer = g_timeout_add_seconds(AVDTP_CONNECT_TIMEOUT,
353 priv->headset_timer = g_timeout_add_seconds(HEADSET_CONNECT_TIMEOUT,
H A Dheadset.c607 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL,
1784 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, ring_timer_cb,
2315 hs->dc_timer = g_timeout_add_seconds(DC_TIMEOUT,
2477 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL,
2658 hs->dc_timer = g_timeout_add_seconds(DC_TIMEOUT,
2830 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, ring_timer_cb,
H A Davdtp.c693 session->dc_timer = g_timeout_add_seconds(DISCONNECT_TIMEOUT,
1070 stream->idle_timer = g_timeout_add_seconds(STREAM_TIMEOUT,
1667 stream->timer = g_timeout_add_seconds(REQ_TIMEOUT,
1776 stream->timer = g_timeout_add_seconds(REQ_TIMEOUT,
2690 req->timeout = g_timeout_add_seconds(req->signal_id == AVDTP_ABORT ?
H A Dtelephony-maemo5.c1000 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL);
H A Dtelephony-maemo6.c1030 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL);
H A Da2dp.c956 a2dp_sep->suspend_timer = g_timeout_add_seconds(SUSPEND_TIMEOUT,
/external/bluetooth/bluez/src/
H A Dmain.c297 last_adapter_timeout = g_timeout_add_seconds(LAST_ADAPTER_EXIT_TIMEOUT,
H A Dglib-helper.c107 cached->timer = g_timeout_add_seconds(CACHE_TIMEOUT,
H A Ddevice.c760 device->disconn_timer = g_timeout_add_seconds(DISCONNECT_TIMER,
2201 device->discov_timer = g_timeout_add_seconds(
H A Dadapter.c426 adapter->discov_timeout_id = g_timeout_add_seconds(interval,
667 adapter->pairable_timeout_id = g_timeout_add_seconds(interval,
3230 adapter->scheduler_id = g_timeout_add_seconds(
/external/bluetooth/glib/gio/fen/
H A Dfen-node.c343 deleting_nodes_id = g_timeout_add_seconds (PROCESS_DELETING_INTERVAL,
/external/bluetooth/bluez/attrib/
H A Dgattrib.c293 attrib->timeout_watch = g_timeout_add_seconds(GATT_TIMEOUT,
/external/bluetooth/bluez/health/
H A Dmcap.c512 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer,
550 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer,
570 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer,
681 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer,
/external/bluetooth/bluez/test/
H A Dipctest.c980 g_timeout_add_seconds(seconds, sleep_cb, u);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp384 waitToDumpWatchdog = g_timeout_add_seconds(timeoutSeconds, waitToDumpWatchdogFired, 0);
/external/bluetooth/bluez/sap/
H A Dserver.c578 conn->timer_id = g_timeout_add_seconds(interval, guard_timeout,

Completed in 775 milliseconds