Searched refs:_UNLOCK (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.c96 #define _UNLOCK(obj) g_static_rec_mutex_unlock(obj); macro
98 #define _UNLOCK_RETURN(obj, res) { _UNLOCK(obj); return res; }
404 _UNLOCK(&mix->controllock);
405 _UNLOCK(&mix->streamlock);
567 _UNLOCK(&mix->streamlock);
606 _UNLOCK(&mix->controllock);
607 _UNLOCK(&mix->streamlock);
650 _UNLOCK(&mix->controllock);
684 _UNLOCK(&mix->controllock);
712 _UNLOCK(
[all...]

Completed in 6 milliseconds