Searched refs:Condition (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/base/libs/hwui/thread/
H A DBarrier.h20 #include <utils/Condition.h>
27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { } argument
49 Condition::WakeUpType mType;
52 mutable Condition mCondition;
H A DSignal.h29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { } argument
47 Condition::WakeUpType mType;
50 mutable Condition mCondition;
H A DFuture.h30 Future(Condition::WakeUpType type = Condition::WAKE_UP_ONE): mBarrier(type), mResult() { } argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.h73 Condition mUserCond; // for the user of this class
74 Condition mAcquireCond; // for the acquire thread
75 Condition mReleaseCond; // for the release thread
/frameworks/av/include/media/stagefright/
H A DMediaAdapter.h62 Condition mBufferReadCond;
64 Condition mBufferReturnedCond;
H A DMediaBufferGroup.h48 Condition mCondition;
H A DAudioSource.h73 Condition mFrameAvailableCondition;
74 Condition mFrameEncodingCompletionCondition;
H A DSurfaceMediaSource.h226 Condition mFrameAvailableCondition;
228 Condition mMediaBuffersAvailableCondition;
/frameworks/base/tools/aapt/
H A DWorkQueue.h107 Condition mWorkChangedCondition;
108 Condition mWorkDequeuedCondition;
/frameworks/native/services/surfaceflinger/
H A DEventControlThread.h43 Condition mCond;
H A DBarrier.h49 mutable Condition cv;
/frameworks/wilhelm/src/android/
H A DCallbackProtector.h59 Condition mCbExitedCondition;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h25 #include <utils/Condition.h>
80 Condition mStartCaptureSignal;
85 Condition mNewNotifySignal;
90 Condition mNewFrameSignal;
95 Condition mNewCaptureSignal;
130 Condition mStateChanged;
H A DCallbackProcessor.h24 #include <utils/Condition.h>
64 Condition mCallbackAvailableSignal;
H A DJpegProcessor.h24 #include <utils/Condition.h>
65 Condition mCaptureAvailableSignal;
H A DZslProcessor.h24 #include <utils/Condition.h>
90 Condition mZslBufferAvailableSignal;
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.h20 #include <utils/Condition.h>
88 Condition mPendingChangeSignal;
H A DCamera3Device.h20 #include <utils/Condition.h>
170 Condition mStatusChanged;
403 Condition mRequestSignal;
412 Condition mDoPauseSignal;
414 Condition mPausedSignal;
422 Condition mLatestRequestSignal;
522 Condition mResultSignal;
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java22 import java.util.concurrent.locks.Condition;
45 private final Condition mReadReady = mListLock.newCondition();
46 private final Condition mNotFull = mListLock.newCondition();
/frameworks/av/media/libmedia/
H A DSoundPoolThread.h58 Condition mCondition;
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h49 Condition mCondition;
/frameworks/av/services/audioflinger/
H A DAudioWatchdog.h72 Condition mMyCond; // Thread::mThreadExitedCondition is private
/frameworks/av/media/libstagefright/include/
H A DTimedEventQueue.h133 Condition mQueueNotEmptyCondition;
134 Condition mQueueHeadChangedCondition;
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h68 Condition mQueueChangedCondition;
H A DALooperRoster.h55 Condition mRepliesCondition;

Completed in 402 milliseconds

1234