Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java49 private final Object mCond = new Object(); field in Device
94 synchronized (mCond) { in close()
95 mCond.wait(); in close()
133 synchronized (mCond) { in handleMessage()
134 mCond.notify(); in handleMessage()
/frameworks/native/services/surfaceflinger/
DEventControlThread.cpp30 mCond.signal(); in setVsyncEnabled()
46 status_t err = mCond.wait(mMutex); in threadLoop()
DDispSync.cpp87 mCond.signal(); in updateModel()
94 mCond.signal(); in stop()
120 err = mCond.wait(mMutex); in threadLoop()
138 err = mCond.wait(mMutex); in threadLoop()
142 err = mCond.waitRelative(mMutex, targetTime - now); in threadLoop()
203 mCond.signal(); in addEventListener()
215 mCond.signal(); in removeEventListener()
361 Condition mCond; member in android::DispSyncThread
DEventControlThread.h43 Condition mCond; variable
/frameworks/wilhelm/src/
Dlocks.c299 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait_()
310 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait()
321 ok = pthread_cond_signal(&thiz->mCond); in object_cond_signal()
333 ok = pthread_cond_broadcast(&thiz->mCond); in object_cond_broadcast()
Ditfstruct.h52 pthread_cond_t mCond; member
/frameworks/av/include/media/stagefright/
DMediaCodecSource.h136 Condition mCond; member
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp377 output.waitForCondition(output->mCond); in read()
592 output->mCond.signal(); in signalEOS()
876 output->mCond.signal(); in onMessageReceived()
/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/service/
DAudioPolicyService.cpp622 command->mCond.signal(); in threadLoop()
905 if (command->mCond.waitRelative(command->mLock, timeOutNs) != NO_ERROR) { in sendCommand()
DAudioPolicyService.h332 Condition mCond; // condition for status return variable
/frameworks/av/services/audioflinger/
DThreads.h93 Condition mCond; // condition for status return variable
DThreads.cpp723 if (event->mCond.waitRelative(event->mLock, kConfigEventTimeoutNs) != NO_ERROR) { in sendConfigEvent_l()
851 event->mCond.signal(); in processConfigEvents_l()