Searched defs:condition (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h45 * waits until the condition is met.
54 * - no error checks are done on the condition above
172 status_t waitForCondition(T condition);
179 status_t SharedBufferBase::waitForCondition(T condition) argument
185 while ((condition()==false) &&
194 if (condition()) {
196 "but condition is true! We recovered but it "
/frameworks/base/tools/aidl/
H A DAST.h193 Expression* condition; member in struct:Ternary
198 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
/frameworks/base/core/java/android/app/
H A DActivityManager.java584 * Information you can retrieve about any processes that are in an error condition.
595 * The condition that the process is in.
597 public int condition; field in class:ActivityManager.ProcessErrorStateInfo
622 * A short message describing the error condition.
627 * A long message describing the error condition.
649 dest.writeInt(condition);
660 condition = source.readInt();
686 * Returns a list of any processes that are currently in an error condition. The result
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java5764 // This is a hack to semi-deal with a race condition
8925 * @param condition Crashing, Application Not Responding, etc. Values are defined in
8935 int condition, String activity, String shortMsg, String longMsg, String stackTrace) {
8938 report.condition = condition;
8934 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument

Completed in 141 milliseconds