Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h789 sem_t m_safe_flush; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h811 sem_t m_safe_flush; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h861 sem_t m_safe_flush; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h969 sem_t m_safe_flush; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1092 sem_t m_safe_flush; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp722 sem_init(&m_safe_flush, 0, 0); in omx_vdec()
2505 rc = sem_timedwait_monotonic_np(&m_safe_flush, &ts); in send_command_proxy()
2507 rc = sem_timedwait(&m_safe_flush, &ts); in send_command_proxy()
6405 sem_post(&omx->m_safe_flush); in async_message_process()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp697 sem_init(&m_safe_flush, 0, 0); in omx_vdec()
2500 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
7611 sem_post(&omx->m_safe_flush); in async_message_process()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp770 sem_init(&m_safe_flush, 0, 0); in omx_vdec()
2961 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
8503 sem_post(&omx->m_safe_flush); in async_message_process()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp799 sem_init(&m_safe_flush, 0, 0); in omx_vdec()
3184 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
9193 sem_post(&omx->m_safe_flush); in async_message_process()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp891 sem_init(&m_safe_flush, 0, 0); in omx_vdec()
3150 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
8959 sem_post(&omx->m_safe_flush); in async_message_process()