HomeSort by relevance Sort by last modified time
    Searched refs:m_event_lock (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
omx_amr_aenc.cpp 149 pthread_mutex_lock(&m_event_lock);
155 rc = pthread_cond_timedwait(&cond, &m_event_lock, &ts);
164 pthread_mutex_unlock(&m_event_lock);
188 pthread_mutex_lock(&m_event_lock);
194 pthread_mutex_unlock(&m_event_lock);
310 pthread_mutex_init(&m_event_lock, &m_event_attr);
316 pthread_mutex_init(&m_event_lock, &m_event_attr);
407 pthread_mutex_destroy(&m_event_lock);
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
omx_evrc_aenc.cpp 149 pthread_mutex_lock(&m_event_lock);
155 rc = pthread_cond_timedwait(&cond, &m_event_lock, &ts);
164 pthread_mutex_unlock(&m_event_lock);
188 pthread_mutex_lock(&m_event_lock);
194 pthread_mutex_unlock(&m_event_lock);
306 pthread_mutex_init(&m_event_lock, &m_event_attr);
312 pthread_mutex_init(&m_event_lock, &m_event_attr);
403 pthread_mutex_destroy(&m_event_lock);
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
omx_qcelp13_aenc.cpp 149 pthread_mutex_lock(&m_event_lock);
155 rc = pthread_cond_timedwait(&cond, &m_event_lock, &ts);
164 pthread_mutex_unlock(&m_event_lock);
188 pthread_mutex_lock(&m_event_lock);
194 pthread_mutex_unlock(&m_event_lock);
310 pthread_mutex_init(&m_event_lock, &m_event_attr);
316 pthread_mutex_init(&m_event_lock, &m_event_attr);
407 pthread_mutex_destroy(&m_event_lock);
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
omx_aac_aenc.h 516 pthread_mutex_t m_event_lock; member in class:omx_aac_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
omx_amr_aenc.h 434 pthread_mutex_t m_event_lock; member in class:omx_amr_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
omx_evrc_aenc.h 434 pthread_mutex_t m_event_lock; member in class:omx_evrc_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
omx_qcelp13_aenc.h 434 pthread_mutex_t m_event_lock; member in class:omx_qcelp13_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
omx_aac_aenc.cpp 150 pthread_mutex_lock(&m_event_lock);
156 rc = pthread_cond_timedwait(&cond, &m_event_lock, &ts);
165 pthread_mutex_unlock(&m_event_lock);
189 pthread_mutex_lock(&m_event_lock);
195 pthread_mutex_unlock(&m_event_lock);
311 pthread_mutex_init(&m_event_lock, &m_event_attr);
317 pthread_mutex_init(&m_event_lock, &m_event_attr);
408 pthread_mutex_destroy(&m_event_lock);
    [all...]

Completed in 62 milliseconds