Home
last modified time | relevance | path

Searched refs:stream_error (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/tests/
Dcras_router.c92 static int stream_error(struct cras_client *client, in stream_error() function
149 stream_error, in run_file_io_stream()
173 stream_error, in run_file_io_stream()
Dcras_test_client.c241 static int stream_error(struct cras_client *client, in stream_error() function
744 stream_error, in run_file_io_stream()
/external/adhd/cras/examples/
Dcplay.c42 static int stream_error(struct cras_client *client, in stream_error() function
85 put_samples, stream_error, SND_PCM_FORMAT_S16_LE, rate, in main()
/external/curl/lib/
Dmulti.c1297 bool stream_error = FALSE; in multi_runsingle() local
1376 stream_error = TRUE; in multi_runsingle()
1424 stream_error = TRUE; in multi_runsingle()
1516 stream_error = TRUE; in multi_runsingle()
1566 stream_error = TRUE; in multi_runsingle()
1586 stream_error = TRUE; in multi_runsingle()
1603 stream_error = TRUE; in multi_runsingle()
1678 stream_error = TRUE; in multi_runsingle()
1709 stream_error = TRUE; in multi_runsingle()
1718 stream_error = TRUE; in multi_runsingle()
[all …]
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.cc371 void XmppEngineImpl::SignalStreamError(const XmlElement* stream_error) { in SignalStreamError() argument
373 stream_error_.reset(new XmlElement(*stream_error)); in SignalStreamError()