Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.c98 #define _UNLOCK_RETURN(obj, res) { _UNLOCK(obj); return res; } macro
560 if (mix->state != MIX_STATE_CONFIGURED) _UNLOCK_RETURN(&mix->streamlock, MIX_RESULT_WRONG_STATE); in mix_audio_decode_default()
622 _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_NOT_CONFIGURED); in mix_audio_stop_drop_default()
669 _UNLOCK_RETURN(&mix->streamlock, MIX_RESULT_NOT_CONFIGURED); in mix_audio_stop_drain_default()
754 _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_NOT_CONFIGURED); in mix_audio_start_default()
757 _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_WRONGMODE); in mix_audio_start_default()
1131 …if (mix->state != MIX_STATE_CONFIGURED) _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_NOT_CONFIGURE… in mix_audio_get_stream_state_default()
1158 …if (mix->state != MIX_STATE_CONFIGURED) _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_NOT_CONFIGURE… in mix_audio_get_volume_default()
1216 …if (mix->state != MIX_STATE_CONFIGURED) _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_NOT_CONFIGURE… in mix_audio_set_mute_default()
1249 …if (mix->state != MIX_STATE_CONFIGURED) _UNLOCK_RETURN(&mix->controllock, MIX_RESULT_NOT_CONFIGURE… in mix_audio_pause_default()
[all …]