Searched refs:pa_simple_new (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | simple.h | 55 * s = pa_simple_new(NULL, // Use the default server. 118 pa_simple* pa_simple_new(
|
H A D | simple.c | 137 pa_simple* pa_simple_new( in pa_simple_new() function
|
/third_party/pulseaudio/src/tests/ |
H A D | parec-simple.c | 65 if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, NULL, &error))) { in main() 66 fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error)); in main()
|
H A D | pacat-simple.c | 64 if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_PLAYBACK, NULL, "playback", &ss, NULL, NULL, &error))) { in main() 65 fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error)); in main()
|
Completed in 2 milliseconds