Searched refs:sem_thread_created (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 90 sem_t sem_thread_created; ///< thread created semaphore member
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 84 sem_t sem_thread_created; ///< thread created semaphore member
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 88 sem_t sem_thread_created; ///< thread created semaphore member
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 83 sem_t sem_thread_created; ///< thread created semaphore member
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 88 sem_t sem_thread_created; ///< thread created semaphore member
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 4905 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 4956 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 4984 sem_destroy(&m_async_thread.sem_thread_created); in async_thread_destroy() 5051 sem_post(&p_async_thread->sem_thread_created); in async_thread()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 4522 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 4568 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 4593 sem_destroy(&m_async_thread.sem_thread_created); in async_thread_destroy() 4670 sem_post(&p_async_thread->sem_thread_created); in async_thread()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 5025 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 5076 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 5104 sem_destroy(&m_async_thread.sem_thread_created); in async_thread_destroy() 5171 sem_post(&p_async_thread->sem_thread_created); in async_thread()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 5069 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 5120 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 5148 sem_destroy(&m_async_thread.sem_thread_created); in async_thread_destroy() 5215 sem_post(&p_async_thread->sem_thread_created); in async_thread()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 4886 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 4937 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 4965 sem_destroy(&m_async_thread.sem_thread_created); in async_thread_destroy() 5032 sem_post(&p_async_thread->sem_thread_created); in async_thread()
|