Home
last modified time | relevance | path

Searched defs:pa_simple (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dsimple.c38 struct pa_simple { struct
39 pa_threaded_mainloop *mainloop;
40 pa_context *context;
41 pa_stream *stream;
42 pa_stream_direction_t direction;
44 const void *read_data;
45 size_t read_index, read_length;
47 int operation_success;
Dsimple.h115 typedef struct pa_simple pa_simple; typedef