Home
last modified time | relevance | path

Searched refs:enumValue (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl41 IntEnum enumValue;
/system/tools/hidl/
DEnumType.cpp117 for (const auto* enumValue : type->mValues) { in validateUniqueNames() local
119 registeredValueNames[enumValue->name()] = type; in validateUniqueNames()
334 for (const auto* enumValue : type->mValues) { in emitIteratorDeclaration() local
335 out << fullName() << "::" << enumValue->name() << ",\n"; in emitIteratorDeclaration()
DAST.cpp537 EnumValue* enumValue = lookupEnumValue(fqName, &errorMsg, scope); in lookupLocalIdentifier() local
538 if (enumValue == nullptr) { in lookupLocalIdentifier()
542 return enumValue; in lookupLocalIdentifier()
Dhidl-gen_y.yy302 %type<enumValue> enum_value commentable_enum_value
326 android::EnumValue *enumValue;
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java669 p.enumValue = IntEnum.FOO; in testToString()