Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/interrupter/
Dinterrupter.h29 #define CALL_FUNCTION_1(sym, ret, type1) \ argument
30 ret (*real_##sym)(type1) = NULL; \
31 ret sym(type1 arg1) { \
36 #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
[all …]
/frameworks/rs/
DrsAllocation.cpp650 *type1 = other->getType(); in hasSameDims() local
652 return (type0->getCellCount() == type1->getCellCount()) && in hasSameDims()
653 (type0->getDimLOD() == type1->getDimLOD()) && in hasSameDims()
654 (type0->getDimFaces() == type1->getDimFaces()) && in hasSameDims()
655 (type0->getDimYuv() == type1->getDimYuv()) && in hasSameDims()
656 (type0->getDimX() == type1->getDimX()) && in hasSameDims()
657 (type0->getDimY() == type1->getDimY()) && in hasSameDims()
658 (type0->getDimZ() == type1->getDimZ()); in hasSameDims()
/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()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java625 Class type1 = holder.getValueType(); in containsSameValueType() local
627 if (type1 == float.class || type1 == Float.class) { in containsSameValueType()
629 } else if (type1 == int.class || type1 == Integer.class) { in containsSameValueType()
632 return type1 == type2; in containsSameValueType()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java3672 final int type1 = newWindow.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.txt27493 field public static final String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18591 field public static final java.lang.String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";