Home
last modified time | relevance | path

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

/frameworks/base/cmds/interrupter/
Dinterrupter.h29 #define CALL_FUNCTION_1(sym, ret, type1) \ argument
36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument
50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \ argument
57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5) \ argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt146 val type1 = getPeopleType(entry1) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionTelephonySmokeTests.kt186 val type1 = NETWORK_TYPE_UNKNOWN in <lambda>() constant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java86 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java625 Class type1 = holder.getValueType(); in containsSameValueType() local
/frameworks/rs/
DrsAllocation.cpp650 *type1 = other->getType(); in hasSameDims() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java4590 final int type1 = newWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local