Home
last modified time | relevance | path

Searched refs:currentType (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp193 SLint32 currentType = -1; in TestStreamTypeConfiguration() local
203 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType); 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, &currentType); 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 DLuaEngine.cpp133 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 DRSInvokeHelperPass.cpp182 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 DConfigurationContainer.java610 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 DConfirmLockPassword.java171 int currentType = mPasswordEntry.getInputType(); in onCreateView() local
173 mPasswordEntry.setInputType(currentType); in onCreateView()
H A DChooseLockPassword.java519 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local
520 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1000 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 DInCallController.java1712 int currentType = getInCallServiceType(entry.serviceInfo, packageManager, in getInCallServiceComponents() local
1726 isRequestedType = requestedType == currentType; in getInCallServiceComponents()
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...