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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.cpp33 bool condition,
41 // Check if the condition is true.
42 if (condition)
62 bool condition,
73 // Check if the condition is true.
74 if (condition)
97 bool condition,
106 // Check if the condition is true.
107 if (condition)
30 videoEditJava_checkAndThrowIllegalArgumentExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, const char* pMessage, const char* pFile, int lineNo) argument
59 videoEditJava_checkAndThrowRuntimeExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, M4OSA_ERR result, const char* pFile, int lineNo ) argument
94 videoEditJava_checkAndThrowIllegalStateExceptionFunc( bool* pResult, JNIEnv* pEnv, bool condition, const char* pMessage, const char* pFile, int lineNo ) argument
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java385 private void check(boolean condition, String exception) { argument
386 if (!condition) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp335 static uint8_t * addBranch(uint8_t *buf, const uint8_t *target, uint32_t condition) { argument
340 uint32_t op = (condition << 28);
/frameworks/base/tools/aidl/
H A DAST.h208 Expression* condition; member in struct:Ternary
213 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1480 * Information you can retrieve about any processes that are in an error condition.
1491 * The condition that the process is in.
1493 public int condition; field in class:ActivityManager.ProcessErrorStateInfo
1518 * A short message describing the error condition.
1523 * A long message describing the error condition.
1547 dest.writeInt(condition);
1558 condition = source.readInt();
1584 * Returns a list of any processes that are currently in an error condition. The result
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3645 /* GLsync glFenceSync ( GLenum condition, GLbitfield flags ) */
3648 (JNIEnv *_env, jobject _this, jint condition, jint flags) {
3651 (GLenum)condition,
3647 android_glFenceSync__II(JNIEnv *_env, jobject _this, jint condition, jint flags) argument
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java303 * used internally to synchronize inet condition reports
305 * arg2 = condition (0 bad, 100 good)
310 * used internally to mark the end of inet condition hold periods
399 // used in DBG mode to track inet condition reports
2927 pw.println("Inet condition reports:");
3074 int condition = msg.arg2;
3075 handleInetConditionChange(netType, condition);
3288 private void handleInetConditionChange(int netType, int condition) { argument
3300 netType + ", condition=" + condition
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1378 // C function GLsync glFenceSync ( GLenum condition, GLbitfield flags )
1381 int condition,
1380 glFenceSync( int condition, int flags ) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2538 // Turn this condition on to cause killing to happen regularly, for testing.
9453 * @param condition Crashing, Application Not Responding, etc. Values are defined in
9463 int condition, String activity, String shortMsg, String longMsg, String stackTrace) {
9466 report.condition = condition;
9462 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp8962 GLsync GLTrace_glFenceSync(GLenum condition, GLbitfield flags) { argument
8968 // copy argument condition
8972 arg_condition->add_intvalue((int)condition);
8983 GLsync retValue = glContext->hooks->gl.glFenceSync(condition, flags);
14908 void GLTrace_glSetFenceNV(GLuint fence, GLenum condition) { argument
14920 // copy argument condition
14924 arg_condition->add_intvalue((int)condition);
14929 glContext->hooks->gl.glSetFenceNV(fence, condition);

Completed in 502 milliseconds