Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/interrupter/
H A 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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt119 val type2 = getPeopleType(entry2) regex
120 return type2.compareTo(type1)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionTelephonySmokeTests.kt184 val type2 = NETWORK_TYPE_LTE regex
188 mock<TelephonyDisplayInfo>().also { whenever(it.networkType).thenReturn(type2) }
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java4384 final int type2 = existingWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local
4387 if (type1 == TYPE_BASE_APPLICATION && type2 != TYPE_BASE_APPLICATION) { in isFirstChildWindowGreaterThanSecond()
4389 } else if (type1 != TYPE_BASE_APPLICATION && type2 == TYPE_BASE_APPLICATION) { in isFirstChildWindowGreaterThanSecond()
4394 if (type1 == TYPE_APPLICATION_STARTING && type2 != TYPE_APPLICATION_STARTING) { in isFirstChildWindowGreaterThanSecond()
4396 } else if (type1 != TYPE_APPLICATION_STARTING && type2 == TYPE_APPLICATION_STARTING) { in isFirstChildWindowGreaterThanSecond()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29336 field public static final String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";