Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.h47 MIX_STREAM_PAUSED, enumerator
Dmixaudio.c763 case MIX_STREAM_PAUSED: in mix_audio_start_default()
1135 *streamState = MIX_STREAM_PAUSED; in mix_audio_get_stream_state_default()
1251 if (mix->streamState == MIX_STREAM_PAUSED) _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_SUCCESS); in mix_audio_pause_default()
1294 mix->streamState = MIX_STREAM_PAUSED; in mix_audio_pause_default()
1326 if ((mix->streamState != MIX_STREAM_PAUSED_DRAINING) && (mix->streamState != MIX_STREAM_PAUSED)) in mix_audio_resume_default()