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

  /external/bluetooth/glib/tests/
child-test.c 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.h 281 guint g_child_watch_add (GPid pid,
galiasdef.c 1433 #undef g_child_watch_add macro
    [all...]
gmain.c 1364 * g_timeout_add(), g_timeout_add_full(), g_child_watch_add(),
3886 g_child_watch_add (GPid pid, function
    [all...]
galias.h 1427 #define g_child_watch_add macro
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 285 // g_child_watch_add is necessary to prevent the process from becoming a
288 g_child_watch_add(pid,
  /external/bluetooth/bluez/plugins/
pnat.c 192 g_child_watch_add(pid, pnatd_exit, server);
  /external/bluetooth/glib/gio/
gunixmount.c 351 g_child_watch_add (child_pid, eject_unmount_cb, data);
gunixvolume.c 410 g_child_watch_add (child_pid, eject_mount_cb, data);
gdesktopappinfo.c     [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 666 // g_child_watch_add is necessary to prevent the process from becoming a
668 // TODO(yusukes): port g_child_watch_add to base/process_utils_posix.cc.
670 g_child_watch_add(pid,
    [all...]

Completed in 246 milliseconds