HomeSort by relevance Sort by last modified time
    Searched defs:mCond (Results 1 - 8 of 8) sorted by null

  /frameworks/native/services/surfaceflinger/
EventControlThread.h 43 Condition mCond;
DispSync.cpp 76 mCond.signal();
82 mCond.signal();
103 err = mCond.wait(mMutex);
118 err = mCond.waitRelative(mMutex, targetTime - now);
177 mCond.signal();
188 mCond.signal();
283 Condition mCond;
  /system/core/include/utils/
Condition.h 78 pthread_cond_t mCond;
89 pthread_cond_init(&mCond, NULL);
96 pthread_cond_init(&mCond, &attr);
99 pthread_cond_init(&mCond, NULL);
103 pthread_cond_destroy(&mCond);
106 return -pthread_cond_wait(&mCond, &mutex.mMutex);
113 return -pthread_cond_timedwait_relative_np(&mCond, &mutex.mMutex, &ts);
131 return -pthread_cond_timedwait(&mCond, &mutex.mMutex, &ts);
135 pthread_cond_signal(&mCond);
138 pthread_cond_broadcast(&mCond);
    [all...]
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 81 pthread_cond_init(&mCond, NULL);
98 int err = pthread_cond_wait(&mCond, &mLock);
122 pthread_cond_t mCond;
196 pthread_cond_signal(&mCond);
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.h 79 Condition mCond;
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 126 Condition mCond;
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 211 Condition mCond; // condition for status return
  /frameworks/wilhelm/src/
itfstruct.h 49 pthread_cond_t mCond;

Completed in 47 milliseconds