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

  /prebuilt/linux-x86/toolchain/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);

Completed in 342 milliseconds