Searched refs:m_isStopped_mutex (Results 1 – 2 of 2) sorted by relevance
298 pthread_mutex_t m_isStopped_mutex; member
260 pthread_mutex_init(&phandle->m_isStopped_mutex, NULL); in InitMMCodecEx()572 pthread_mutex_init(&phandle->m_isStopped_mutex, NULL); in InitMMCodec()1241 pthread_mutex_lock(&phandle->m_isStopped_mutex); in ControlCodec()1243 pthread_mutex_unlock(&phandle->m_isStopped_mutex); in ControlCodec()1586 pthread_mutex_destroy(&codec->m_isStopped_mutex); in FreeResources()1722 pthread_mutex_lock(&((LCML_DSP_INTERFACE *)arg)->m_isStopped_mutex); in MessagingThread()2659 pthread_mutex_unlock(&((LCML_DSP_INTERFACE *)arg)->m_isStopped_mutex); in MessagingThread()