Lines Matching refs:mSemThreadWait
54 mSemThreadWait(NULL) { in VideoEditorPreviewController()
597 M4OSA_semaphoreOpen(&mSemThreadWait, 1); in startPreview()
641 if (mSemThreadWait != NULL) { in stopPreview()
642 err = M4OSA_semaphorePost(mSemThreadWait); in stopPreview()
664 if(mSemThreadWait != NULL) { in stopPreview()
665 err = M4OSA_semaphoreClose(mSemThreadWait); in stopPreview()
667 mSemThreadWait = NULL; in stopPreview()
1126 if (pController->mSemThreadWait != NULL) { in threadProc()
1127 err = M4OSA_semaphoreWait(pController->mSemThreadWait, in threadProc()
1133 if (pController->mSemThreadWait != NULL) { in threadProc()
1134 err = M4OSA_semaphoreWait(pController->mSemThreadWait, in threadProc()
1201 if (pController->mSemThreadWait != NULL) { in notify()
1202 M4OSA_semaphorePost(pController->mSemThreadWait); in notify()
1257 if (pController->mSemThreadWait != NULL) { in notify()
1258 M4OSA_semaphorePost(pController->mSemThreadWait); in notify()