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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
stream.h 53 * To access a stream, a pa_stream object must be created using
268 typedef struct pa_stream pa_stream; typedef in typeref:struct:pa_stream
271 typedef void (*pa_stream_success_cb_t) (pa_stream*s, int success, void *userdata);
274 typedef void (*pa_stream_request_cb_t)(pa_stream *p, size_t bytes, void *userdata);
277 typedef void (*pa_stream_notify_cb_t)(pa_stream *p, void *userdata);
280 pa_stream* pa_stream_new(
287 void pa_stream_unref(pa_stream *s);
290 pa_stream *pa_stream_ref(pa_stream *s)
    [all...]
scache.h 83 int pa_stream_connect_upload(pa_stream *s, size_t length);
87 int pa_stream_finish_upload(pa_stream *s);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 53 * To access a stream, a pa_stream object must be created using
268 typedef struct pa_stream pa_stream; typedef in typeref:struct:pa_stream
271 typedef void (*pa_stream_success_cb_t) (pa_stream*s, int success, void *userdata);
274 typedef void (*pa_stream_request_cb_t)(pa_stream *p, size_t bytes, void *userdata);
277 typedef void (*pa_stream_notify_cb_t)(pa_stream *p, void *userdata);
280 pa_stream* pa_stream_new(
287 void pa_stream_unref(pa_stream *s);
290 pa_stream *pa_stream_ref(pa_stream *s)
    [all...]
scache.h 83 int pa_stream_connect_upload(pa_stream *s, size_t length);
87 int pa_stream_finish_upload(pa_stream *s);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 53 * To access a stream, a pa_stream object must be created using
268 typedef struct pa_stream pa_stream; typedef in typeref:struct:pa_stream
271 typedef void (*pa_stream_success_cb_t) (pa_stream*s, int success, void *userdata);
274 typedef void (*pa_stream_request_cb_t)(pa_stream *p, size_t bytes, void *userdata);
277 typedef void (*pa_stream_notify_cb_t)(pa_stream *p, void *userdata);
280 pa_stream* pa_stream_new(
287 void pa_stream_unref(pa_stream *s);
290 pa_stream *pa_stream_ref(pa_stream *s)
    [all...]
scache.h 83 int pa_stream_connect_upload(pa_stream *s, size_t length);
87 int pa_stream_finish_upload(pa_stream *s);
  /external/chromium_org/media/audio/pulse/
pulse_output.h 29 struct pa_stream;
54 static void StreamNotifyCallback(pa_stream* s, void* p_this);
57 static void StreamRequestCallback(pa_stream* s, size_t len, void* p_this);
75 pa_stream* pa_stream_;
pulse_util.h 38 void StreamSuccessCallback(pa_stream* s, int error, void* mainloop);
48 int GetHardwareLatencyInBytes(pa_stream* stream,
58 pa_stream** stream,
70 pa_stream** stream,
pulse_input.h 18 struct pa_stream;
47 static void ReadCallback(pa_stream* handle, size_t length, void* user_data);
48 static void StreamNotifyCallback(pa_stream* stream, void* user_data);
73 pa_stream* handle_;
pulse_unified.h 41 static void StreamNotifyCallback(pa_stream* s, void* user_data);
44 static void ReadCallback(pa_stream* s, size_t length, void* user_data);
65 pa_stream* input_stream_;
66 pa_stream* output_stream_;
pulse_util.cc 55 void StreamSuccessCallback(pa_stream* s, int error, void* mainloop) {
61 // |pa_context| and |pa_stream| state changed cb.
114 int GetHardwareLatencyInBytes(pa_stream* stream,
141 pa_stream** stream,
206 pa_stream** stream,
pulse_output.cc 20 void PulseAudioOutputStream::StreamNotifyCallback(pa_stream* s, void* p_this) {
35 void PulseAudioOutputStream::StreamRequestCallback(pa_stream* s, size_t len,
pulse_input.cc 199 void PulseAudioInputStream::ReadCallback(pa_stream* handle,
236 void PulseAudioInputStream::StreamNotifyCallback(pa_stream* s,
pulse_unified.cc 22 void PulseAudioUnifiedStream::StreamNotifyCallback(pa_stream* s,
39 void PulseAudioUnifiedStream::ReadCallback(pa_stream* handle, size_t length,
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h 140 static void StreamStateChangedCallbackThunk(pa_stream *stream,
143 void OnStreamStateChangedCallback(pa_stream *stream);
151 pa_stream *stream,
159 pa_stream *stream,
167 pa_stream *stream,
pulseaudiosoundsystem.cc 143 PulseAudioStream(PulseAudioSoundSystem *pulse, pa_stream *stream, int flags)
203 pa_stream *stream() {
222 pa_stream *stream_;
246 pa_stream *stream,
429 static void ReadCallbackThunk(pa_stream *unused1,
509 static void OverflowCallback(pa_stream *stream,
605 pa_stream *stream,
834 static void WriteCallbackThunk(pa_stream *unused,
877 static void UnderflowCallbackThunk(pa_stream *unused,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.h 38 pa_stream *stream;
SDL_pulseaudio.c 105 static pa_stream * (*SDL_NAME(pa_stream_new))(pa_context *c,
107 static int (*SDL_NAME(pa_stream_connect_playback))(pa_stream *s, const char *dev,
109 pa_cvolume *volume, pa_stream *sync_stream);
110 static pa_stream_state_t (*SDL_NAME(pa_stream_get_state))(pa_stream *s);
111 static size_t (*SDL_NAME(pa_stream_writable_size))(pa_stream *s);
112 static int (*SDL_NAME(pa_stream_write))(pa_stream *s, const void *data, size_t nbytes,
114 static pa_operation * (*SDL_NAME(pa_stream_drain))(pa_stream *s,
116 static int (*SDL_NAME(pa_stream_disconnect))(pa_stream *s);
117 static void (*SDL_NAME(pa_stream_unref))(pa_stream *s);
401 static void stream_drain_complete(pa_stream *s, int success, void *userdata
    [all...]

Completed in 233 milliseconds