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

  /frameworks/native/services/inputflinger/
InputReader.cpp 905 InputMapper* mapper = mMappers[i];
910 void InputDevice::addMapper(InputMapper* mapper) {
944 InputMapper* mapper = mMappers[i];
954 InputMapper* mapper = mMappers[i];
    [all...]
InputReader.h 49 class InputMapper;
561 void addMapper(InputMapper* mapper);
616 Vector<InputMapper*> mMappers;
622 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
939 * InputMapper lifecycle:
947 class InputMapper {
949 InputMapper(InputDevice* device);
950 virtual ~InputMapper();
    [all...]

Completed in 1249 milliseconds