Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/mimeUri/
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()
/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp182 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction() local
183 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) { in runOnFunction()
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java574 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType() argument
575 if (currentType == otherType) { in isCompatibleActivityType()
578 if (currentType == ACTIVITY_TYPE_ASSISTANT) { in isCompatibleActivityType()
583 return currentType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in isCompatibleActivityType()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1000 int currentType = Integer.MAX_VALUE; in appendPostalsForDoCoMo() local
1012 currentType = typeAsInteger; in appendPostalsForDoCoMo()
1026 appendPostalLine(currentType, label, currentContentValues, false, true); in appendPostalsForDoCoMo()