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

  /frameworks/native/services/surfaceflinger/
EventControlThread.h 43 Condition mCond;
DispSync.cpp 68 mCond.signal();
74 mCond.signal();
95 err = mCond.wait(mMutex);
110 err = mCond.waitRelative(mMutex, targetTime - now);
169 mCond.signal();
180 mCond.signal();
274 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);
146 pthread_cond_signal(&mCond);
149 pthread_cond_broadcast(&mCond);
    [all...]
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMAlert.java 111 private Condition mCond;
185 mCond = mLock.newCondition();
204 mCond.await();
236 mCond = mLock.newCondition();
260 mCond.await();
288 mCond = mLock.newCondition();
311 mCond.await();
340 mCond = mLock.newCondition();
363 mCond.await();
549 mCond.signalAll()
    [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/services/audiopolicy/
AudioPolicyService.h 282 Mutex mLock; // mutex associated to mCond
283 Condition mCond; // condition for status return
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 192 Condition mCond;
  /frameworks/av/services/audioflinger/
Threads.h 79 // 7. event->mCond.signal
89 Mutex mLock; // mutex associated with mCond
90 Condition mCond; // condition for status return
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 49 pthread_cond_t mCond;

Completed in 806 milliseconds