Home
last modified time | relevance | path

Searched refs:GChildWatchFunc (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/tests/
Dchild-test.c189 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback, in main()
192 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback, in main()
/external/bluetooth/glib/glib/
Dgmain.h40 typedef void (*GChildWatchFunc) (GPid pid, typedef
278 GChildWatchFunc function,
282 GChildWatchFunc function,
Dgmain.c3617 GChildWatchFunc child_watch_callback = (GChildWatchFunc) callback; in g_child_watch_dispatch()
3834 GChildWatchFunc function, in g_child_watch_add_full()
3887 GChildWatchFunc function, in g_child_watch_add()
/external/chromium/chrome/browser/chromeos/input_method/
Dxkeyboard.cc289 reinterpret_cast<GChildWatchFunc>(OnSetLayoutFinish), in MaybeExecuteSetLayoutCommand()
/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.cc671 reinterpret_cast<GChildWatchFunc>(OnImeShutdown), in LaunchInputMethodProcess()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt473 GChildWatchFunc
/external/bluetooth/glib/docs/reference/
DChangeLog2319 * glib/tmpl/main.sgml: Document GChildWatchFunc
2590 * glib/glib-sections.txt: Add GPid, GChildWatchFunc,