Searched refs:PA_STREAM_PLAYBACK (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 1099 if (s->direction == PA_STREAM_PLAYBACK) { in pa_create_stream_callback() 1170 if ((s->context->version >= 21 && s->direction == PA_STREAM_PLAYBACK) in pa_create_stream_callback() 1232 pa_assert(direction == PA_STREAM_PLAYBACK || direction == PA_STREAM_RECORD); in create_stream() 1267 PA_CHECK_VALIDITY(s->context, !sync_stream || (direction == PA_STREAM_PLAYBACK && sync_stream->direction == PA_STREAM_PLAYBACK), PA_ERR_INVALID); in create_stream() 1305 dev = s->direction == PA_STREAM_PLAYBACK ? s->context->conf->default_sink : s->context->conf->default_source; in create_stream() 1309 (uint32_t) (s->direction == PA_STREAM_PLAYBACK ? PA_COMMAND_CREATE_PLAYBACK_STREAM : PA_COMMAND_CREATE_RECORD_STREAM), in create_stream() 1336 if (s->direction == PA_STREAM_PLAYBACK) { in create_stream() 1364 if (s->direction == PA_STREAM_PLAYBACK) in create_stream() 1381 if (s->direction == PA_STREAM_PLAYBACK) in create_stream() [all...] |
H A D | simple.c | 152 CHECK_VALIDITY_RETURN_ANY(rerror, dir == PA_STREAM_PLAYBACK || dir == PA_STREAM_RECORD, PA_ERR_INVALID, NULL); in pa_simple_new() 205 if (dir == PA_STREAM_PLAYBACK) in pa_simple_new() 275 CHECK_VALIDITY_RETURN_ANY(rerror, p->direction == PA_STREAM_PLAYBACK, PA_ERR_BADSTATE, -1); in pa_simple_write() 388 CHECK_VALIDITY_RETURN_ANY(rerror, p->direction == PA_STREAM_PLAYBACK, PA_ERR_BADSTATE, -1); in pa_simple_drain()
|
H A D | def.h | 160 PA_STREAM_PLAYBACK, /**< Playback stream */ enumerator 167 #define PA_STREAM_PLAYBACK PA_STREAM_PLAYBACK macro
|
/third_party/pulseaudio/src/tests/ |
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()
|
Completed in 6 milliseconds