Searched refs:arity (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp35 void InputReportDefinition::addCollection(InputCollectionId id, int32_t arity) { argument
36 mCallbacks.input_report_definition_add_collection(mHost, mReportDefinition, id, arity);
H A DInputHost.h79 virtual void addCollection(InputCollectionId id, int32_t arity);
/hardware/libhardware/tests/input/evdev/
H A DMockInputHost.h41 MOCK_METHOD2(addCollection, void(InputCollectionId id, int32_t arity));
/hardware/libhardware/include/hardware/
H A Dinput.h446 * Add a collection with the given arity and ID. A collection describes a set
448 * the set of keys on a keyboard. The arity declares how many repeated instances of this
452 * coordinates, an arity of 2, and an ID of INPUT_COLLECTION_USAGE_TOUCHSCREEN. Any given ID
456 input_report_definition_t* report, input_collection_id_t id, int32_t arity);

Completed in 149 milliseconds