Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/interrupter/
Dinterrupter.h36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument
37 ret (*real_##sym)(type1, type2) = NULL; \
38 ret sym(type1 arg1, type2 arg2) { \
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument
44 ret (*real_##sym)(type1, type2, type3) = NULL; \
45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \
50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \ argument
51 ret (*real_##sym)(type1, type2, type3, type4) = NULL; \
52 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5) \ argument
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java83 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories() argument
84 if (type1 > type2) return type1; in mergeShortCodeCategories()
85 return type2; in mergeShortCodeCategories()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java626 Class type2 = property.getType(); in containsSameValueType() local
628 return type2 == float.class || type2 == Float.class; in containsSameValueType()
630 return type2 == int.class || type2 == Integer.class; in containsSameValueType()
632 return type1 == type2; in containsSameValueType()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java3673 final int type2 = existingWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local
3676 if (type1 == TYPE_BASE_APPLICATION && type2 != TYPE_BASE_APPLICATION) { in isFirstChildWindowGreaterThanSecond()
3678 } else if (type1 != TYPE_BASE_APPLICATION && type2 == TYPE_BASE_APPLICATION) { in isFirstChildWindowGreaterThanSecond()
3683 if (type1 == TYPE_APPLICATION_STARTING && type2 != TYPE_APPLICATION_STARTING) { in isFirstChildWindowGreaterThanSecond()
3685 } else if (type1 != TYPE_APPLICATION_STARTING && type2 == TYPE_APPLICATION_STARTING) { in isFirstChildWindowGreaterThanSecond()
/frameworks/base/core/api/
Dcurrent.txt27494 field public static final String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18592 field public static final java.lang.String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";