/frameworks/base/include/media/ |
JetPlayer.h | 82 Condition mCondition;
|
/frameworks/base/include/media/stagefright/ |
CameraSourceTimeLapse.h | 77 // Condition variable to wait on if camera is is not yet idle. Once the 79 Condition mCameraIdleCondition;
|
CameraSource.h | 180 Condition mFrameAvailableCondition; 181 Condition mFrameCompleteCondition;
|
/frameworks/base/include/media/stagefright/foundation/ |
ALooper.h | 68 Condition mQueueChangedCondition;
|
ALooperRoster.h | 54 Condition mRepliesCondition;
|
/frameworks/base/include/private/media/ |
AudioTrackShared.h | 63 Condition cv;
|
/frameworks/base/include/ui/ |
FramebufferNativeWindow.h | 83 Condition mCondition;
|
/frameworks/base/media/libstagefright/include/ |
ARTSPController.h | 76 Condition mCondition;
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.h | 62 Condition mCondition;
|
/frameworks/base/media/libstagefright/rtsp/ |
APacketSource.h | 62 Condition mCondition;
|
/packages/apps/Email/tests/src/com/android/email/ |
UtilityLargeTest.java | 79 TestUtils.waitUntil(new TestUtils.Condition() {
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageFileViewTest.java | 81 TestUtils.waitUntil(new TestUtils.Condition() {
|
/system/media/wilhelm/src/android/ |
android_GenericMediaPlayer.h | 50 Condition mPlayerPreparedCondition; // signalled when mPlayerPrepared is changed
|
android_StreamPlayer.h | 119 Condition mStopForDestroyCondition;
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 217 void DeoptimizeIf(Condition cc, LEnvironment* environment); 259 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 261 void EmitBranch(int left_block, int right_block, Condition cc); 269 // Returns the condition on which a final split to 271 Condition EmitTypeofIs(Label* true_label, Label* false_label, 275 // Returns the condition on which a final split to 277 Condition EmitIsObject(Register input, 284 // Caller should branch on equal condition.
|
regexp-macro-assembler-arm.h | 196 void BranchOrBacktrack(Condition condition, Label* to); 200 inline void SafeCall(Label* to, Condition cond = al);
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 218 void DeoptimizeIf(Condition cc, LEnvironment* environment); 255 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 257 void EmitBranch(int left_block, int right_block, Condition cc); 265 // Returns the condition on which a final split to 267 Condition EmitTypeofIs(Label* true_label, Label* false_label, 271 // Returns the condition on which a final split to 273 Condition EmitIsObject(Register input, 280 // Caller should branch on equal condition.
|
assembler-ia32.h | 187 enum Condition { 221 // for condition < 0, this will work as expected. 222 inline Condition NegateCondition(Condition cc) { 223 return static_cast<Condition>(cc ^ 1); 228 inline Condition ReverseCondition(Condition cc) { 259 // The result of negating a hint is as if the corresponding condition 712 void cmov(Condition cc, Register dst, int32_t imm32); 713 void cmov(Condition cc, Register dst, Handle<Object> handle) [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.h | 204 void DeoptimizeIf(Condition cc, LEnvironment* environment); 243 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 245 void EmitBranch(int left_block, int right_block, Condition cc); 253 // Returns the condition on which a final split to 255 Condition EmitTypeofIs(Label* true_label, Label* false_label, 259 // Returns the condition on which a final split to 261 Condition EmitIsObject(Register input, 266 // Caller should branch on equal condition.
|
macro-assembler-x64.h | 146 // Check if object is in new space. The condition cc can be equal or 152 Condition cc, 350 // a condition that is satisfied if the check is successful. 353 Condition CheckSmi(Register src); 354 Condition CheckSmi(const Operand& src); 357 Condition CheckNonNegativeSmi(Register src); 360 Condition CheckBothSmi(Register first, Register second); 363 Condition CheckBothNonNegativeSmi(Register first, Register second); 366 Condition CheckEitherSmi(Register first, 373 Condition CheckIsMinSmi(Register src) [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 58 // Register used for condition evaluation. 104 #define COND_TYPED_ARGS Condition cond, Register r1, const Operand& r2 187 Condition cond = cc_always, 192 Condition cond = cc_always, 219 Condition cond, Register src1, const Operand& src2); 226 Condition cond, Register src1, const Operand& src2); 233 Condition cc, // eq for new space, ne otherwise. 449 void Push(Register src1, Register src2, Condition cond = al) { 457 void Push(Register src1, Register src2, Register src3, Condition cond = al) { 467 Register src3, Register src4, Condition cond = al) [all...] |
constants-mips.h | 373 enum Condition { 425 // for condition < 0, this will work as expected. 426 inline Condition NegateCondition(Condition cc) { 428 return static_cast<Condition>(cc ^ 1); 432 inline Condition ReverseCondition(Condition cc) { 602 // Float Compare condition code instruction bits. 607 // Float Branch condition code instruction bits.
|
regexp-macro-assembler-mips.h | 192 Condition condition, 199 Condition cond,
|
/external/guava/src/com/google/common/util/concurrent/ |
Executors.java | 30 import java.util.concurrent.locks.Condition; 240 private final Condition termination = lock.newCondition();
|
/frameworks/base/include/utils/ |
Looper.h | 323 // there are any other threads waiting in wakeAndLock(). The condition variables 333 Condition mAwake; // guarded by mLock 334 Condition mResume; // guarded by mLock
|