Searched refs:PA_ERR_NODATA (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | error.c | 54 [PA_ERR_NODATA] = N_("No data"), in pa_strerror()
|
H A D | def.h | 488 PA_ERR_NODATA, /**< No data */ enumerator 519 #define PA_ERR_NODATA PA_ERR_NODATA macro
|
H A D | stream.c | 2534 PA_CHECK_VALIDITY(s->context, s->timing_info_valid, PA_ERR_NODATA); in pa_stream_get_time() 2535 PA_CHECK_VALIDITY(s->context, s->direction != PA_STREAM_PLAYBACK || !s->timing_info.read_index_corrupt, PA_ERR_NODATA); in pa_stream_get_time() 2536 PA_CHECK_VALIDITY(s->context, s->direction != PA_STREAM_RECORD || !s->timing_info.write_index_corrupt, PA_ERR_NODATA); in pa_stream_get_time() 2592 PA_CHECK_VALIDITY(s->context, s->timing_info_valid, PA_ERR_NODATA); in pa_stream_get_latency() 2593 PA_CHECK_VALIDITY(s->context, s->direction != PA_STREAM_PLAYBACK || !s->timing_info.write_index_corrupt, PA_ERR_NODATA); in pa_stream_get_latency() 2594 PA_CHECK_VALIDITY(s->context, s->direction != PA_STREAM_RECORD || !s->timing_info.read_index_corrupt, PA_ERR_NODATA); in pa_stream_get_latency() 2624 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->timing_info_valid, PA_ERR_NODATA); in pa_stream_get_timing_info()
|
H A D | simple.c | 498 CHECK_SUCCESS_GOTO(p, rerror, pa_context_errno(p->context) == PA_ERR_NODATA, unlock_and_fail); in pa_simple_get_latency()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 2138 if (pa_context_errno(i->context) != PA_ERR_NODATA) { in dsp_ioctl() 2355 if (pa_context_errno(i->context) != PA_ERR_NODATA) { in dsp_ioctl()
|
Completed in 10 milliseconds