Searched refs:arityIndex (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 22 int32_t arityIndex) { in setIntUsage() argument 23 mCallbacks.input_report_set_usage_int(mHost, mReport, id, usage, value, arityIndex); in setIntUsage() 27 int32_t arityIndex) { in setBoolUsage() argument 28 mCallbacks.input_report_set_usage_bool(mHost, mReport, id, usage, value, arityIndex); in setBoolUsage()
|
D | InputHost.h | 60 int32_t arityIndex); 62 int32_t arityIndex);
|
/hardware/libhardware/tests/input/evdev/ |
D | MockInputHost.h | 32 int32_t arityIndex)); 34 int32_t arityIndex));
|