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

  /frameworks/base/services/input/
InputReader.cpp 894 InputMapper* mapper = mMappers[i];
899 void InputDevice::addMapper(InputMapper* mapper) {
933 InputMapper* mapper = mMappers[i];
943 InputMapper* mapper = mMappers[i];
    [all...]
InputReader.h 48 class InputMapper;
528 void addMapper(InputMapper* mapper);
583 Vector<InputMapper*> mMappers;
589 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
906 * InputMapper lifecycle:
914 class InputMapper {
916 InputMapper(InputDevice* device);
917 virtual ~InputMapper();
    [all...]

Completed in 45 milliseconds