• Home
  • Raw
  • Download

Lines Matching refs:KeyboardInputMapper

494         device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));  in createDeviceLocked()
2188 KeyboardInputMapper::KeyboardInputMapper(InputDevice* device, in KeyboardInputMapper() function in android::KeyboardInputMapper
2193 KeyboardInputMapper::~KeyboardInputMapper() { in ~KeyboardInputMapper()
2196 uint32_t KeyboardInputMapper::getSources() { in getSources()
2200 int32_t KeyboardInputMapper::getOrientation() { in getOrientation()
2207 int32_t KeyboardInputMapper::getDisplayId() { in getDisplayId()
2214 void KeyboardInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()
2221 void KeyboardInputMapper::dump(std::string& dump) { in dump()
2231 void KeyboardInputMapper::configure(nsecs_t when, in configure()
2259 void KeyboardInputMapper::configureParameters() { in configureParameters()
2277 void KeyboardInputMapper::dumpParameters(std::string& dump) { in dumpParameters()
2285 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
2296 void KeyboardInputMapper::process(const RawEvent* rawEvent) { in process()
2322 bool KeyboardInputMapper::isKeyboardOrGamepadKey(int32_t scanCode) { in isKeyboardOrGamepadKey()
2329 bool KeyboardInputMapper::isMediaKey(int32_t keyCode) { in isMediaKey()
2358 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode, in processKey()
2445 ssize_t KeyboardInputMapper::findKeyDown(int32_t scanCode) { in findKeyDown()
2455 int32_t KeyboardInputMapper::getKeyCodeState(uint32_t sourceMask, int32_t keyCode) { in getKeyCodeState()
2459 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
2463 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
2468 int32_t KeyboardInputMapper::getMetaState() { in getMetaState()
2472 void KeyboardInputMapper::updateMetaState(int32_t keyCode) { in updateMetaState()
2476 bool KeyboardInputMapper::updateMetaStateIfNeeded(int32_t keyCode, bool down) { in updateMetaStateIfNeeded()
2490 void KeyboardInputMapper::resetLedState() { in resetLedState()
2498 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
2503 void KeyboardInputMapper::updateLedState(bool reset) { in updateLedState()
2512 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, in updateLedStateForModifier()