Home
last modified time | relevance | path

Searched refs:arity (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/host/
DInputDriver.cpp73 int32_t arity; member
161 input_collection_id_t id, int32_t arity) { in inputReportDefinitionAddCollection() argument
162 report->collections[id] = {.arity = arity}; in inputReportDefinitionAddCollection()
328 input_report_definition_t* report, input_collection_id_t id, int32_t arity) { in input_report_definition_add_collection() argument
330 driver->inputReportDefinitionAddCollection(report, id, arity); in input_report_definition_add_collection()
DInputDriver.h54 input_collection_id_t id, int32_t arity) = 0;
101 input_collection_id_t id, int32_t arity) override;
153 input_report_definition_t* report, input_collection_id_t id, int32_t arity);
/frameworks/base/tools/aapt2/proto/
DProtoHelpers.cpp125 size_t deserializePluralEnumFromPb(pb::Plural_Arity arity) { in deserializePluralEnumFromPb() argument
126 switch (arity) { in deserializePluralEnumFromPb()
DProtoHelpers.h48 size_t deserializePluralEnumFromPb(pb::Plural_Arity arity);
DTableProtoDeserializer.cpp314 size_t pluralIdx = deserializePluralEnumFromPb(pbEntry.arity()); in deserializeValueFromPb()
/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp40 switch (op->arity()) { in eval()
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h98 Arity arity() const { return m_Arity; } in arity() function
/frameworks/base/tools/aapt2/
DFormat.proto180 optional Arity arity = 3; field