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

  /external/bluetooth/glib/tests/
child-test.c 93 child_watch_callback (GPid pid, gint status, gpointer data) function
132 g_source_set_callback (source, (GSourceFunc) child_watch_callback, data, NULL);
189 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback,
192 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback,
  /external/bluetooth/glib/glib/
gmain.c 3617 GChildWatchFunc child_watch_callback = (GChildWatchFunc) callback; local
    [all...]

Completed in 306 milliseconds