Home
last modified time | relevance | path

Searched refs:enum_values (Results 1 – 25 of 29) sorted by relevance

12

/system/tools/sysprop/
DTypeChecker.cpp46 auto prop_values = android::base::Split(prop.enum_values(), "|"); in SyspropTypeToContextType()
59 auto prop_values = ParseEnumValues(prop.enum_values()); in IsCompatible()
78 return "Enum " + prop.enum_values(); in GetTypeName()
DApiChecker.cpp82 if (latest_prop.enum_values() != current_prop.enum_values()) { in CompareProps()
DCommon.cpp116 android::base::Split(prop.enum_values(), "|"); in ValidateProp()
291 std::vector<std::string> ParseEnumValues(const std::string& enum_values) { in ParseEnumValues() argument
292 return android::base::Split(enum_values, "|"); in ParseEnumValues()
/system/libsysprop/srcs/android/sysprop/
DCryptoProperties.sysprop24 enum_values: "block|file|none"
34 enum_values: "encrypted|unencrypted|unsupported"
DHdmiProperties.sysprop37enum_values: "tv|recording_device|reserved|tuner|playback_device|audio_system|pure_cec_switch|vide…
89 enum_values: "none|wake_up_only|wake_up_and_send_active_source"
/system/tools/sysprop/include/
DCommon.h29 std::vector<std::string> ParseEnumValues(const std::string& enum_values);
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DEnum.h39 constexpr inline std::array<::android::aidl::loggable::Enum, 1> enum_values<::android::aidl::loggab… variable
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
DEnum.h38 constexpr inline std::array<aidl::android::aidl::loggable::Enum, 1> enum_values<aidl::android::aidl… variable
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DEnum.h38 constexpr inline std::array<aidl::android::aidl::loggable::Enum, 1> enum_values<aidl::android::aidl… variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DByteEnum.h45 constexpr inline std::array<::android::aidl::tests::ByteEnum, 3> enum_values<::android::aidl::tests… variable
DLongEnum.h45 constexpr inline std::array<::android::aidl::tests::LongEnum, 3> enum_values<::android::aidl::tests… variable
DIntEnum.h45 constexpr inline std::array<::android::aidl::tests::IntEnum, 3> enum_values<::android::aidl::tests:… variable
DDeprecatedEnum.h45 …d::aidl::tests::DeprecatedEnum, 3> __attribute__((deprecated("test"))) enum_values<::android::aidl… variable
DBackendType.h48 constexpr inline std::array<::android::aidl::tests::BackendType, 4> enum_values<::android::aidl::te… variable
DConstantExpressionEnum.h48 constexpr inline std::array<::android::aidl::tests::ConstantExpressionEnum, 10> enum_values<::andro… variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DIntEnum.h44 constexpr inline std::array<aidl::android::aidl::tests::IntEnum, 3> enum_values<aidl::android::aidl… variable
DLongEnum.h44 constexpr inline std::array<aidl::android::aidl::tests::LongEnum, 3> enum_values<aidl::android::aid… variable
DByteEnum.h44 constexpr inline std::array<aidl::android::aidl::tests::ByteEnum, 3> enum_values<aidl::android::aid… variable
DBackendType.h47 constexpr inline std::array<aidl::android::aidl::tests::BackendType, 4> enum_values<aidl::android::… variable
DDeprecatedEnum.h45 …d::aidl::tests::DeprecatedEnum, 3> __attribute__((deprecated("test"))) enum_values<aidl::android::… variable
DConstantExpressionEnum.h47 constexpr inline std::array<aidl::android::aidl::tests::ConstantExpressionEnum, 10> enum_values<aid… variable
/system/libsysprop/srcs/api/
DPlatformProperties-latest.txt93 enum_values: "encrypted|unencrypted|unsupported"
101 enum_values: "block|file|none"
145enum_values: "tv|recording_device|reserved|tuner|playback_device|audio_system|pure_cec_switch|vide…
169 enum_values: "none|wake_up_only|wake_up_and_send_active_source"
176 enum_values: "none|standby_now"
183 enum_values: "to_tv|broadcast|none"
/system/media/camera/docs/
Dmetadata_parser_xml.py219 enum_values = []
231 enum_values.append(value_body)
261 d['enum_values'] = enum_values
Dcamera_metadata_tag_info.mako145 enum_values = metadata.find_all(find_values)
146 enum_value_max_len = max([len(value.name) for value in enum_values]) + 1
/system/tools/sysprop/tests/
DTestProperties.sysprop87 enum_values: "a|b|c"
161 enum_values: "a|b|c"

12