Searched refs:currentType (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestPlayStreamType.cpp | 193 SLint32 currentType = -1; in TestStreamTypeConfiguration() local 203 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, ¤tType); in TestStreamTypeConfiguration() 205 if (currentType != type) { in TestStreamTypeConfiguration() 206 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type); in TestStreamTypeConfiguration() 220 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, ¤tType); in TestStreamTypeConfiguration() 222 if (currentType != type) { in TestStreamTypeConfiguration() 223 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type); in TestStreamTypeConfiguration()
|
/aosp12/packages/services/Car/packages/ScriptExecutor/src/ |
H A D | LuaEngine.cpp | 133 int currentType = lua_type(lua, /* index= */ -1); in convertLuaTableToBundle() local 134 if (currentType != originalLuaType) { in convertLuaTableToBundle() 139 << ", but the element at index=" << i + 1 << " has type=" << currentType in convertLuaTableToBundle() 143 switch (currentType) { in convertLuaTableToBundle()
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSInvokeHelperPass.cpp | 182 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction() local 183 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) { in runOnFunction()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ConfigurationContainer.java | 610 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType() argument 611 if (currentType == otherType) { in isCompatibleActivityType() 614 if (currentType == ACTIVITY_TYPE_ASSISTANT) { in isCompatibleActivityType() 619 return currentType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in isCompatibleActivityType()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | ConfirmLockPassword.java | 171 int currentType = mPasswordEntry.getInputType(); in onCreateView() local 173 mPasswordEntry.setInputType(currentType); in onCreateView()
|
H A D | ChooseLockPassword.java | 519 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local 520 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
|
/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardBuilder.java | 1000 int currentType = Integer.MAX_VALUE; in appendPostalsForDoCoMo() local 1012 currentType = typeAsInteger; in appendPostalsForDoCoMo() 1026 appendPostalLine(currentType, label, currentContentValues, false, true); in appendPostalsForDoCoMo()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallController.java | 1712 int currentType = getInCallServiceType(entry.serviceInfo, packageManager, in getInCallServiceComponents() local 1726 isRequestedType = requestedType == currentType; in getInCallServiceComponents()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |