Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dspkr_protection.c90 pthread_mutex_t mutex_spkr_prot; member
151 pthread_mutex_lock(&handle.mutex_spkr_prot); in audio_extn_spkr_prot_calib_cancel()
155 pthread_mutex_unlock(&handle.mutex_spkr_prot); in audio_extn_spkr_prot_calib_cancel()
409 pthread_mutex_lock(&handle.mutex_spkr_prot); in spkr_calibrate()
413 &handle.mutex_spkr_prot, &ts); in spkr_calibrate()
509 pthread_cond_wait(&handle.spkr_calib_cancel, &handle.mutex_spkr_prot); in spkr_calibrate()
529 pthread_mutex_unlock(&handle.mutex_spkr_prot); in spkr_calibrate()
726 pthread_mutex_init(&handle.mutex_spkr_prot, NULL); in audio_extn_spkr_prot_init()
826 pthread_mutex_lock(&handle.mutex_spkr_prot); in audio_extn_spkr_prot_start_processing()
884 pthread_mutex_unlock(&handle.mutex_spkr_prot); in audio_extn_spkr_prot_start_processing()
[all …]