Home
last modified time | relevance | path

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

/components/drivers/audio/
A Ddev_audio_pipe.h42 RT_PIPE_FLAG_BLOCK_WR = 0x02, /**< write would block */ enumerator
A Ddev_audio_pipe.c22 RT_ASSERT(pipe->flag & RT_PIPE_FLAG_BLOCK_WR); in _rt_audio_pipe_resume_writer()
164 !(pipe->flag & RT_PIPE_FLAG_BLOCK_WR)) in rt_audio_pipe_write()

Completed in 4 milliseconds