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

  /external/webkit/Source/WebKit/gtk/tests/
testwebdatasource.c 129 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/
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/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/audio/
sink.c 320 sink->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
380 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
source.c 273 source->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
331 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
device.c 173 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,
headset.c 607 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL,
    [all...]
avdtp.c 693 session->dc_timer = g_timeout_add_seconds(DISCONNECT_TIMEOUT,
1070 stream->idle_timer = g_timeout_add_seconds(STREAM_TIMEOUT,
    [all...]
telephony-maemo5.c 1000 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL);
    [all...]
telephony-maemo6.c 1030 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL);
    [all...]
a2dp.c 956 a2dp_sep->suspend_timer = g_timeout_add_seconds(SUSPEND_TIMEOUT,
    [all...]
  /external/bluetooth/bluez/src/
main.c 297 last_adapter_timeout = g_timeout_add_seconds(LAST_ADAPTER_EXIT_TIMEOUT,
glib-helper.c 107 cached->timer = g_timeout_add_seconds(CACHE_TIMEOUT,
device.c 760 device->disconn_timer = g_timeout_add_seconds(DISCONNECT_TIMER,
    [all...]
adapter.c 426 adapter->discov_timeout_id = g_timeout_add_seconds(interval,
667 adapter->pairable_timeout_id = g_timeout_add_seconds(interval,
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-node.c 343 deleting_nodes_id = g_timeout_add_seconds (PROCESS_DELETING_INTERVAL,
  /external/bluetooth/bluez/attrib/
gattrib.c 293 attrib->timeout_watch = g_timeout_add_seconds(GATT_TIMEOUT,
  /external/bluetooth/bluez/health/
mcap.c 512 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,
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 980 g_timeout_add_seconds(seconds, sleep_cb, u);
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 384 waitToDumpWatchdog = g_timeout_add_seconds(timeoutSeconds, waitToDumpWatchdogFired, 0);
    [all...]
  /external/bluetooth/bluez/sap/
server.c 578 conn->timer_id = g_timeout_add_seconds(interval, guard_timeout,
    [all...]

Completed in 1256 milliseconds