Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebKit/gtk/tests/
Dtestwebdatasource.c129 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop); in test_webkit_web_data_source()
168 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop); in test_webkit_web_data_source_lifetime()
214 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop); in test_webkit_web_data_source_unreachable_uri()
/external/bluetooth/glib/gio/inotify/
Dinotify-missing.c74 g_timeout_add_seconds (SCAN_MISSING_TIME, im_scan_missing, NULL); in _im_add()
/external/bluetooth/bluez/audio/
Ddevice.c173 priv->control_timer = g_timeout_add_seconds(CONTROL_CONNECT_TIMEOUT, in device_set_control_timer()
316 priv->avdtp_timer = g_timeout_add_seconds(AVDTP_CONNECT_TIMEOUT, in device_set_avdtp_timer()
353 priv->headset_timer = g_timeout_add_seconds(HEADSET_CONNECT_TIMEOUT, in device_set_headset_timer()
Dsource.c273 source->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER, in stream_setup_complete()
331 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER, in discovery_complete()
Dsink.c320 sink->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER, in stream_setup_complete()
380 g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER, in discovery_complete()
Dheadset.c607 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, in sco_connect_cb()
1784 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, ring_timer_cb, in hs_ring()
2315 hs->dc_timer = g_timeout_add_seconds(DC_TIMEOUT, in headset_cancel_stream()
2477 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, in headset_connect_sco()
2658 hs->dc_timer = g_timeout_add_seconds(DC_TIMEOUT, in headset_unlock()
2830 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, ring_timer_cb, in telephony_incoming_call_ind()
Davdtp.c693 session->dc_timer = g_timeout_add_seconds(DISCONNECT_TIMEOUT, in set_disconnect_timer()
1070 stream->idle_timer = g_timeout_add_seconds(STREAM_TIMEOUT, in avdtp_sep_set_state()
1667 stream->timer = g_timeout_add_seconds(REQ_TIMEOUT, in avdtp_open_cmd()
1776 stream->timer = g_timeout_add_seconds(REQ_TIMEOUT, in avdtp_close_cmd()
2690 req->timeout = g_timeout_add_seconds(req->signal_id == AVDTP_ABORT ? in send_req()
Dtelephony-maemo6.c1030 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL); in handle_create_requested()
Dtelephony-maemo5.c1000 create_request_timer = g_timeout_add_seconds(5, create_timeout, NULL); in handle_create_requested()
Da2dp.c956 a2dp_sep->suspend_timer = g_timeout_add_seconds(SUSPEND_TIMEOUT, in start_ind()
/external/bluetooth/glib/gio/
Dgpollfilemonitor.c177 poll_monitor->timeout = g_timeout_add_seconds (POLL_TIME_SECS, poll_file_timeout, poll_monitor); in schedule_poll_timeout()
/external/bluetooth/glib/glib/
Dgmain.h273 guint g_timeout_add_seconds (guint interval,
Dgaliasdef.c1616 #undef g_timeout_add_seconds
1617 extern __typeof (g_timeout_add_seconds) g_timeout_add_seconds __attribute((alias("IA__g_timeout_add…
/external/bluetooth/bluez/src/
Dmain.c297 last_adapter_timeout = g_timeout_add_seconds(LAST_ADAPTER_EXIT_TIMEOUT, in btd_start_exit_timer()
Dglib-helper.c107 cached->timer = g_timeout_add_seconds(CACHE_TIMEOUT, in cache_sdp_session()
Ddevice.c760 device->disconn_timer = g_timeout_add_seconds(DISCONNECT_TIMER, in device_request_disconnect()
2201 device->discov_timer = g_timeout_add_seconds( in device_bonding_complete()
Dadapter.c426 adapter->discov_timeout_id = g_timeout_add_seconds(interval, in adapter_set_discov_timeout()
667 adapter->pairable_timeout_id = g_timeout_add_seconds(interval, in adapter_set_pairable_timeout()
3230 adapter->scheduler_id = g_timeout_add_seconds( in adapter_set_state()
/external/bluetooth/glib/gio/fen/
Dfen-node.c343 deleting_nodes_id = g_timeout_add_seconds (PROCESS_DELETING_INTERVAL, in pending_remove_node()
/external/bluetooth/bluez/health/
Dmcap.c512 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer, in mcap_create_mdl()
550 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer, in mcap_reconnect_mdl()
570 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer, in send_delete_req()
681 mcl->tid = g_timeout_add_seconds(RESPONSE_TIMER, wait_response_timer, in mcap_mdl_abort()
/external/bluetooth/bluez/attrib/
Dgattrib.c293 attrib->timeout_watch = g_timeout_add_seconds(GATT_TIMEOUT, in can_write_data()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp384 waitToDumpWatchdog = g_timeout_add_seconds(timeoutSeconds, waitToDumpWatchdogFired, 0); in setWaitToDump()
/external/bluetooth/bluez/test/
Dipctest.c980 g_timeout_add_seconds(seconds, sleep_cb, u); in input_cb()
/external/bluetooth/bluez/sap/
Dserver.c578 conn->timer_id = g_timeout_add_seconds(interval, guard_timeout, in start_guard_timer()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt462 g_timeout_add_seconds
/external/bluetooth/glib/
DChangeLog.pre-2-14454 to g_timeout_add_seconds(), accepting a destroy notification
519 * glib/gmain.c (g_timeout_add_seconds): Fix doc typos. (#447534,

12