HomeSort by relevance Sort by last modified time
    Searched refs:mSemThreadWait (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 61 mSemThreadWait(NULL) {
604 M4OSA_semaphoreOpen(&mSemThreadWait, 1);
648 if (mSemThreadWait != NULL) {
649 err = M4OSA_semaphorePost(mSemThreadWait);
671 if(mSemThreadWait != NULL) {
672 err = M4OSA_semaphoreClose(mSemThreadWait);
674 mSemThreadWait = NULL;
    [all...]
VideoEditorPreviewController.h 121 M4OSA_Context mSemThreadWait;

Completed in 21 milliseconds