HomeSort by relevance Sort by last modified time
    Searched defs:InputMapper (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputMapper.h 31 * An InputMapper processes raw evdev input events and combines them into
32 * Android input HAL reports. A given InputMapper will focus on a particular
37 class InputMapper {
39 InputMapper() = default;
40 virtual ~InputMapper() {}
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h 49 class InputMapper;
606 void addMapper(InputMapper* mapper);
664 Vector<InputMapper*> mMappers;
671 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
    [all...]

Completed in 2940 milliseconds