Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Domx_qcelp13_aenc.cpp223 pthread_mutex_lock(&m_out_th_lock); in out_th_goto_sleep()
226 pthread_cond_wait(&out_cond, &m_out_th_lock); in out_th_goto_sleep()
229 pthread_mutex_unlock(&m_out_th_lock); in out_th_goto_sleep()
234 pthread_mutex_lock(&m_out_th_lock); in out_th_wakeup()
240 pthread_mutex_unlock(&m_out_th_lock); in out_th_wakeup()
322 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr); in omx_qcelp13_aenc()
416 pthread_mutex_destroy(&m_out_th_lock); in ~omx_qcelp13_aenc()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Domx_amr_aenc.cpp223 pthread_mutex_lock(&m_out_th_lock); in out_th_goto_sleep()
226 pthread_cond_wait(&out_cond, &m_out_th_lock); in out_th_goto_sleep()
229 pthread_mutex_unlock(&m_out_th_lock); in out_th_goto_sleep()
234 pthread_mutex_lock(&m_out_th_lock); in out_th_wakeup()
240 pthread_mutex_unlock(&m_out_th_lock); in out_th_wakeup()
322 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr); in omx_amr_aenc()
416 pthread_mutex_destroy(&m_out_th_lock); in ~omx_amr_aenc()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Domx_evrc_aenc.cpp223 pthread_mutex_lock(&m_out_th_lock); in out_th_goto_sleep()
226 pthread_cond_wait(&out_cond, &m_out_th_lock); in out_th_goto_sleep()
229 pthread_mutex_unlock(&m_out_th_lock); in out_th_goto_sleep()
234 pthread_mutex_lock(&m_out_th_lock); in out_th_wakeup()
240 pthread_mutex_unlock(&m_out_th_lock); in out_th_wakeup()
318 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr); in omx_evrc_aenc()
412 pthread_mutex_destroy(&m_out_th_lock); in ~omx_evrc_aenc()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
Domx_amr_aenc.h436 pthread_mutex_t m_out_th_lock; variable
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
Domx_aac_aenc.cpp224 pthread_mutex_lock(&m_out_th_lock); in out_th_goto_sleep()
227 pthread_cond_wait(&out_cond, &m_out_th_lock); in out_th_goto_sleep()
230 pthread_mutex_unlock(&m_out_th_lock); in out_th_goto_sleep()
235 pthread_mutex_lock(&m_out_th_lock); in out_th_wakeup()
241 pthread_mutex_unlock(&m_out_th_lock); in out_th_wakeup()
323 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr); in omx_aac_aenc()
417 pthread_mutex_destroy(&m_out_th_lock); in ~omx_aac_aenc()
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
Domx_qcelp13_aenc.h436 pthread_mutex_t m_out_th_lock; variable
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
Domx_evrc_aenc.h436 pthread_mutex_t m_out_th_lock; variable
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
Domx_aac_aenc.h518 pthread_mutex_t m_out_th_lock; variable