Lines Matching refs:mSemThreadWait
61 mSemThreadWait(NULL) { in VideoEditorPreviewController()
604 M4OSA_semaphoreOpen(&mSemThreadWait, 1); in startPreview()
648 if (mSemThreadWait != NULL) { in stopPreview()
649 err = M4OSA_semaphorePost(mSemThreadWait); in stopPreview()
671 if(mSemThreadWait != NULL) { in stopPreview()
672 err = M4OSA_semaphoreClose(mSemThreadWait); in stopPreview()
674 mSemThreadWait = NULL; in stopPreview()
1134 if (pController->mSemThreadWait != NULL) { in threadProc()
1135 err = M4OSA_semaphoreWait(pController->mSemThreadWait, in threadProc()
1141 if (pController->mSemThreadWait != NULL) { in threadProc()
1142 err = M4OSA_semaphoreWait(pController->mSemThreadWait, in threadProc()
1209 if (pController->mSemThreadWait != NULL) { in notify()
1210 M4OSA_semaphorePost(pController->mSemThreadWait); in notify()
1265 if (pController->mSemThreadWait != NULL) { in notify()
1266 M4OSA_semaphorePost(pController->mSemThreadWait); in notify()