[go: nahoru, domu]

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

/frameworks/native/services/surfaceflinger/
H A DEventControlThread.cpp30 mCond.signal();
46 status_t err = mCond.wait(mMutex);
H A DEventControlThread.h43 Condition mCond; member in class:android::EventControlThread
H A DDispSync.cpp87 mCond.signal();
94 mCond.signal();
120 err = mCond.wait(mMutex);
138 err = mCond.wait(mMutex);
142 err = mCond.waitRelative(mMutex, targetTime - now);
203 mCond.signal();
215 mCond.signal();
361 Condition mCond; member in class:android::DispSyncThread
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java49 private final Object mCond = new Object(); field in class:Device
94 synchronized (mCond) {
95 mCond.wait();
133 synchronized (mCond) {
134 mCond.notify();
/frameworks/wilhelm/src/
H A Dlocks.c299 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex);
310 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex);
321 ok = pthread_cond_signal(&thiz->mCond);
333 ok = pthread_cond_broadcast(&thiz->mCond);
H A Ditfstruct.h52 pthread_cond_t mCond; member in struct:Object_interface
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h136 Condition mCond; member in struct:android::MediaCodecSource::Output
/frameworks/wilhelm/src/itf/
H A DIObject.c780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL);
794 ok = pthread_cond_destroy(&thiz->mCond);
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp377 output.waitForCondition(output->mCond);
592 output->mCond.signal();
876 output->mCond.signal();
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h331 Mutex mLock; // mutex associated to mCond
332 Condition mCond; // condition for status return member in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
H A DAudioPolicyService.cpp622 command->mCond.signal();
905 if (command->mCond.waitRelative(command->mLock, timeOutNs) != NO_ERROR) {
/frameworks/av/services/audioflinger/
H A DThreads.h82 // 7. event->mCond.signal
92 Mutex mLock; // mutex associated with mCond
93 Condition mCond; // condition for status return member in class:ThreadBase::ConfigEvent
H A DThreads.cpp723 if (event->mCond.waitRelative(event->mLock, kConfigEventTimeoutNs) != NO_ERROR) {
851 event->mCond.signal();

Completed in 299 milliseconds