Home
last modified time | relevance | path

Searched refs:ComponentType (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DVersion.h32 using ComponentType = unsigned int; variable
35 static constexpr ComponentType kNone = static_cast<ComponentType>(-1);
42 constexpr Version(ComponentType major,
43 ComponentType minor,
44 ComponentType micro,
45 ComponentType build = 0);
59 constexpr ComponentType component() const { in component()
64 ComponentType& component(Component c);
69 std::tuple<ComponentType, ComponentType, ComponentType, ComponentType>
77 constexpr Version::Version(ComponentType major, in Version()
[all …]
/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/
Dlayout.h14 enum class ComponentType : uint32_t { enum
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/
Dcurrent.txt68 public class ComponentType {
69 ctor public ComponentType();
103 method public audio.policy.configurable.V1_0.ComponentType getComponentType_optional();
107 method public void setComponentType_optional(audio.policy.configurable.V1_0.ComponentType);