Searched refs:arity (Results 1 - 4 of 4) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
H A D | InputHost.cpp | 35 void InputReportDefinition::addCollection(InputCollectionId id, int32_t arity) { argument 36 mCallbacks.input_report_definition_add_collection(mHost, mReportDefinition, id, arity);
|
H A D | InputHost.h | 79 virtual void addCollection(InputCollectionId id, int32_t arity);
|
/hardware/libhardware/tests/input/evdev/ |
H A D | MockInputHost.h | 41 MOCK_METHOD2(addCollection, void(InputCollectionId id, int32_t arity));
|
/hardware/libhardware/include/hardware/ |
H A D | input.h | 446 * 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