Home
last modified time | relevance | path

Searched refs:mCond (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/
DEventControlThread.cpp30 mCond.signal(); in setVsyncEnabled()
42 status_t err = mCond.wait(mMutex); in threadLoop()
DDispSync.cpp68 mCond.signal(); in updateModel()
74 mCond.signal(); in stop()
95 err = mCond.wait(mMutex); in threadLoop()
110 err = mCond.waitRelative(mMutex, targetTime - now); in threadLoop()
169 mCond.signal(); in addEventListener()
180 mCond.signal(); in removeEventListener()
274 Condition mCond; member in android::DispSyncThread
DEventControlThread.h43 Condition mCond; variable
/frameworks/wilhelm/src/
Dlocks.c300 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait_()
311 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait()
322 ok = pthread_cond_signal(&thiz->mCond); in object_cond_signal()
334 ok = pthread_cond_broadcast(&thiz->mCond); in object_cond_broadcast()
Ditfstruct.h49 pthread_cond_t mCond; member
/frameworks/wilhelm/src/itf/
DIObject.c780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL); in IObject_init()
794 ok = pthread_cond_destroy(&thiz->mCond); in IObject_deinit()
/frameworks/av/services/audiopolicy/
DAudioPolicyService.cpp520 command->mCond.signal(); in threadLoop()
759 if (command->mCond.waitRelative(command->mLock, timeOutNs) != NO_ERROR) { in sendCommand()
DAudioPolicyService.h296 Condition mCond; // condition for status return variable
/frameworks/av/services/audioflinger/
DThreads.h90 Condition mCond; // condition for status return variable
DThreads.cpp404 if (event->mCond.waitRelative(event->mLock, kConfigEventTimeoutNs) != NO_ERROR) { in sendConfigEvent_l()
514 event->mCond.signal(); in processConfigEvents_l()