Home
last modified time | relevance | path

Searched refs:STREAM_STOP (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/uvoice/audio/
A Daudio_stream.c175 if (out && out->state != STREAM_STOP) in out_stream_configured()
222 if (out->state != STREAM_STOP) { in out_stream_configure()
326 if (out->state == STREAM_STOP) { in out_stream_write()
398 if (out->state == STREAM_STOP) { in out_stream_write()
504 out->state = STREAM_STOP; in out_stream_stop()
538 out->state = STREAM_STOP; in out_stream_create()
560 if (out->state != STREAM_STOP) { in out_stream_release()
607 if (in->state != STREAM_STOP) { in in_stream_configure()
738 if (in->state == STREAM_STOP) { in in_stream_read()
818 in->state = STREAM_STOP; in in_stream_stop()
[all …]
A Daudio_stream.h11 STREAM_STOP = 0, enumerator

Completed in 4 milliseconds