HomeSort by relevance Sort by last modified time
    Searched full:mainloop (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/media/audio/pulse/
pulse_util.h 38 void StreamSuccessCallback(pa_stream* s, int error, void* mainloop);
39 void ContextStateCallback(pa_context* context, void* mainloop);
45 void WaitForOperationCompletion(pa_threaded_mainloop* mainloop,
52 // Create a recording stream for the threaded mainloop, return true if success,
53 // otherwise false. |mainloop| and |context| have to be from a valid Pulse
54 // threaded mainloop and the handle of the created stream will be returned by
56 bool CreateInputStream(pa_threaded_mainloop* mainloop,
64 // Create a playback stream for the threaded mainloop, return true if success,
65 // otherwise false. This function will create a new Pulse threaded mainloop,
66 // and the handles of the mainloop, context and stream will be returned b
    [all...]
pulse_util.cc 53 void StreamSuccessCallback(pa_stream* s, int error, void* mainloop) {
55 static_cast<pa_threaded_mainloop*>(mainloop);
60 void ContextStateCallback(pa_context* context, void* mainloop) {
62 static_cast<pa_threaded_mainloop*>(mainloop);
137 bool CreateInputStream(pa_threaded_mainloop* mainloop,
144 DCHECK(mainloop);
196 pa_threaded_mainloop_wait(mainloop);
202 bool CreateOutputStream(pa_threaded_mainloop** mainloop,
210 DCHECK(!*mainloop);
213 *mainloop = pa_threaded_mainloop_new()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/pkgconfig/
libpulse-mainloop-glib.pc 6 Name: libpulse-mainloop-glib
9 Libs: -L${libdir} -lpulse-mainloop-glib
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/pkgconfig/
libpulse-mainloop-glib.pc 6 Name: libpulse-mainloop-glib
9 Libs: -L${libdir} -lpulse-mainloop-glib
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/
libpulse-mainloop-glib.pc 6 Name: libpulse-mainloop-glib
9 Libs: -L${libdir} -lpulse-mainloop-glib
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/
libpulse-mainloop-glib.pc 6 Name: libpulse-mainloop-glib
9 Libs: -L${libdir} -lpulse-mainloop-glib
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.h 35 pa_mainloop *mainloop; member in struct:SDL_PrivateAudioData
65 #define mainloop (this->hidden->mainloop) macro
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
62 gobject.MainLoop().run()
wpas-dbus-new-wps.py 7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
76 gobject.MainLoop().run()
  /external/lldb/test/benchmarks/disassembly/
TestDoAttachThenDisassembly.py 3 'MainLoop'. It is important to specify an lldb executable as the inferior."""
47 # Set thread0 as the selected thread, followed by the 'MainLoop' frame
55 if "MainLoop" in f.GetFunctionName():
59 print "Found frame#%d for function 'MainLoop'" % i
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
pulseaudio.h 26 #include <pulse/mainloop-api.h>
41 #include <pulse/thread-mainloop.h>
42 #include <pulse/mainloop.h>
43 #include <pulse/mainloop-signal.h>
51 * included: \ref mainloop-api.h, \ref sample.h, \ref def.h, \ref
55 * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h,
56 * \ref timeval.h, \ref rtclock.h and \ref mainloop-signal.h at
113 * \li libpulse-mainloop-glib - GLIB 2.x main loop bindings.
mainloop-api.h 40 * \li A minimal implementation based on the C library's poll() function (See \ref mainloop.h)
41 * \li A wrapper around the GLIB main loop. Use this to embed PulseAudio into your GLIB/GTK+/GNOME programs (See \ref glib-mainloop.h)
45 * This mainloop abstraction layer has no direct support for UNIX signals. Generic, mainloop implementation agnostic support is available throught \ref mainloop-signal.h.
50 /** An abstract mainloop API vtable */
83 /** An abstract mainloop API vtable */
glib-mainloop.h 28 #include <pulse/mainloop-api.h>
32 /** \page glib-mainloop GLIB Main Loop Bindings
context.h 28 #include <pulse/mainloop-api.h>
63 * \li \subpage mainloop - A minimal but fast implementation based on poll().
68 * \li \subpage glib-mainloop - A wrapper around GLib's main loop.
71 * \ref mainloop-signal.h. These rely only on the main loop abstraction
168 /** Instantiate a new connection context with an abstract mainloop API
171 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
173 /** Instantiate a new connection context with an abstract mainloop API
176 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
258 for mainloop->time_new). \since 0.9.16 */
261 for mainloop->time_restart). \since 0.9.16 *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
pulseaudio.h 26 #include <pulse/mainloop-api.h>
41 #include <pulse/thread-mainloop.h>
42 #include <pulse/mainloop.h>
43 #include <pulse/mainloop-signal.h>
51 * included: \ref mainloop-api.h, \ref sample.h, \ref def.h, \ref
55 * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h,
56 * \ref timeval.h, \ref rtclock.h and \ref mainloop-signal.h at
113 * \li libpulse-mainloop-glib - GLIB 2.x main loop bindings.
mainloop-api.h 40 * \li A minimal implementation based on the C library's poll() function (See \ref mainloop.h)
41 * \li A wrapper around the GLIB main loop. Use this to embed PulseAudio into your GLIB/GTK+/GNOME programs (See \ref glib-mainloop.h)
45 * This mainloop abstraction layer has no direct support for UNIX signals. Generic, mainloop implementation agnostic support is available throught \ref mainloop-signal.h.
50 /** An abstract mainloop API vtable */
83 /** An abstract mainloop API vtable */
glib-mainloop.h 28 #include <pulse/mainloop-api.h>
32 /** \page glib-mainloop GLIB Main Loop Bindings
  /external/replicaisland/src/com/replica/replicaisland/
MainLoop.java 23 public class MainLoop extends ObjectManager {
26 public MainLoop() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 76 root.mainloop()
78 root.mainloop()
81 root.mainloop()
MultiStatusBar.py 29 b.mainloop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 76 root.mainloop()
78 root.mainloop()
81 root.mainloop()
MultiStatusBar.py 29 b.mainloop()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 12 from dbus.mainloop.glib import DBusGMainLoop
103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
p2p_flush.py 13 from dbus.mainloop.glib import DBusGMainLoop
103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
p2p_stop_find.py 11 from dbus.mainloop.glib import DBusGMainLoop
108 # Allows other threads to keep working while MainLoop runs
110 gobject.MainLoop().get_context().iteration(True)
113 gobject.MainLoop().run()

Completed in 3032 milliseconds

1 2 3 4 5 6 7 8 9