Home
last modified time | relevance | path

Searched defs:InputMapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h29 class InputMapper; variable
DInputReader.h36 class InputMapper; variable
DInputDevice.h34 class InputMapper; variable
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp25 InputMapper::InputMapper(InputDevice* device) : mDevice(device), mContext(device->getContext()) {} in InputMapper() function in android::InputMapper