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

1 2

  /external/bluetooth/glib/gio/
gioscheduler.h 42 GSourceFunc func,
46 GSourceFunc func,
gasynchelper.h 45 GSourceFunc source_func);
gasynchelper.c 57 GSourceFunc source_func)
108 GSourceFunc callback,
gioscheduler.c 52 GSourceFunc cancel_func; /* Runs under job map lock */
300 GSourceFunc func;
344 * @func: a #GSourceFunc callback that will be called in the main thread
356 GSourceFunc func,
407 * @func: a #GSourceFunc callback that will be called in the main thread
423 GSourceFunc func,
gunixinputstream.c 509 g_source_set_callback (source, (GSourceFunc)read_async_cb, data, g_free);
637 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, close_async_data_free);
gunixoutputstream.c 496 g_source_set_callback (source, (GSourceFunc)write_async_cb, data, g_free);
593 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, g_free);
  /external/bluetooth/glib/glib/
gmain.h 39 typedef gboolean (*GSourceFunc) (gpointer data);
73 GSourceFunc *func,
85 GSourceFunc callback,
90 GSourceFunc closure_callback;
195 GSourceFunc func,
262 GSourceFunc function,
266 GSourceFunc function,
270 GSourceFunc function,
274 GSourceFunc function,
284 guint g_idle_add (GSourceFunc function
    [all...]
gmain.c 167 GSourceFunc func;
254 GSourceFunc callback,
260 GSourceFunc callback,
266 GSourceFunc callback,
939 GSourceFunc *func,
973 GSourceFunc func,
1296 GSourceFunc callback;
1340 GSourceFunc callback;
    [all...]
giounix.c 99 GSourceFunc callback,
147 GSourceFunc callback,
  /external/bluetooth/glib/gobject/
gsourceclosure.c 75 GSourceFunc callback;
82 callback = (GSourceFunc) (marshal_data ? marshal_data : cc->callback);
137 GSourceFunc *func,
140 GSourceFunc closure_callback = source->source_funcs->closure_callback;
145 closure_callback = (GSourceFunc)io_watch_closure_callback;
  /external/chromium/base/
message_pump_glib_x.h 62 gboolean (*gdkdispatcher_)(GSource*, GSourceFunc, void*);
message_pump_glib_x.cc 19 GSourceFunc cb,
200 gboolean (*cb)(GSource*, GSourceFunc, void*) =
message_pump_glib.cc 106 GSourceFunc unused_func,
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 78 g_source_set_callback(source.get(), reinterpret_cast<GSourceFunc>(&RunLoop::queueWork), this, 0);
118 g_source_set_callback(m_timerSource.get(), reinterpret_cast<GSourceFunc>(&RunLoop::TimerBase::timerFiredCallback), this,
WorkQueueGtk.cpp 151 g_source_set_callback(dispatchSource.get(), reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWork),
188 void WorkQueue::scheduleWorkOnSource(GSource* dispatchSource, PassOwnPtr<WorkItem> item, GSourceFunc sourceCallback)
204 scheduleWorkOnSource(dispatchSource.get(), item, reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWorkOnce));
212 scheduleWorkOnSource(dispatchSource.get(), item, reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWorkOnce));
220 scheduleWorkOnSource(dispatchSource.get(), item, reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWorkOnTermination));
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.h 52 typedef gboolean (*GSourceFunc) (gpointer data);
171 void scheduleWorkOnSource(GSource*, PassOwnPtr<WorkItem>, GSourceFunc);
  /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);
testwebframe.c 161 g_timeout_add(1000, (GSourceFunc)print_timeout, loop);
testdomnode.c 54 g_idle_add((GSourceFunc)finish_loading, fixture);
testdownload.c 108 g_idle_add((GSourceFunc)set_filename, temporaryFilename);
  /external/bluetooth/glib/tests/
mainloop-test.c 161 g_source_set_callback (adder_source, (GSourceFunc)adder_callback, &addr_data, NULL);
166 g_source_set_callback (timeout_source, (GSourceFunc)timeout_callback, &addr_data, NULL);
338 g_source_set_callback (source, (GSourceFunc)crawler_callback, source, NULL);
child-test.c 132 g_source_set_callback (source, (GSourceFunc) child_watch_callback, data, NULL);
  /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);
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 225 g_source_set_callback(m_writeReadySource.get(), reinterpret_cast<GSourceFunc>(writeReadyCallback), m_id, 0);
  /external/bluetooth/glib/gio/fen/
fen-data.c 464 (GSourceFunc)fdata_adjust_changed,
561 (GSourceFunc)fdata_adjust_changed,

Completed in 388 milliseconds

1 2