Searched refs:arity_index (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/host/ |
D | InputDriver.h | 67 input_usage_t usage, int32_t value, int32_t arity_index) = 0; 69 input_usage_t usage, bool value, int32_t arity_index) = 0; 114 input_usage_t usage, int32_t value, int32_t arity_index) override; 116 input_usage_t usage, bool value, int32_t arity_index) override; 172 input_collection_id_t id, input_usage_t usage, int32_t value, int32_t arity_index); 175 input_collection_id_t id, input_usage_t usage, bool value, int32_t arity_index);
|
D | InputDriver.cpp | 200 input_usage_t usage, int32_t value, int32_t arity_index) { in inputReportSetUsageInt() argument 204 input_usage_t usage, bool value, int32_t arity_index) { in inputReportSetUsageBool() argument 364 input_collection_id_t id, input_usage_t usage, int32_t value, int32_t arity_index) { in input_report_set_usage_int() argument 366 driver->inputReportSetUsageInt(r, id, usage, value, arity_index); in input_report_set_usage_int() 370 input_collection_id_t id, input_usage_t usage, bool value, int32_t arity_index) { in input_report_set_usage_bool() argument 372 driver->inputReportSetUsageBool(r, id, usage, value, arity_index); in input_report_set_usage_bool()
|