Home
last modified time | relevance | path

Searched defs:arity (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp35 void InputReportDefinition::addCollection(InputCollectionId id, int32_t arity) { in addCollection()
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp73 int32_t arity; member
161 input_collection_id_t id, int32_t arity) { in inputReportDefinitionAddCollection()
330 input_report_definition_t* report, input_collection_id_t id, int32_t arity) { in input_report_definition_add_collection()
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h98 Arity arity() const { return m_Arity; } in arity() function
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp715 static size_t DeserializePluralEnumFromPb(const pb::Plural_Arity& arity) { in DeserializePluralEnumFromPb()