Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:KeyboardInputMapper

565         device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
2239 // --- KeyboardInputMapper ---
2241 KeyboardInputMapper::KeyboardInputMapper(InputDevice* device,
2247 KeyboardInputMapper::~KeyboardInputMapper() {
2250 uint32_t KeyboardInputMapper::getSources() {
2254 void KeyboardInputMapper::populateDeviceInfo(InputDeviceInfo* info) {
2261 void KeyboardInputMapper::dump(std::string& dump) {
2272 void KeyboardInputMapper::configure(nsecs_t when,
2307 void KeyboardInputMapper::configureParameters() {
2328 void KeyboardInputMapper::dumpParameters(std::string& dump) {
2338 void KeyboardInputMapper::reset(nsecs_t when) {
2349 void KeyboardInputMapper::process(const RawEvent* rawEvent) {
2375 bool KeyboardInputMapper::isKeyboardOrGamepadKey(int32_t scanCode) {
2382 bool KeyboardInputMapper::isMediaKey(int32_t keyCode) {
2411 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode,
2498 ssize_t KeyboardInputMapper::findKeyDown(int32_t scanCode) {
2508 int32_t KeyboardInputMapper::getKeyCodeState(uint32_t sourceMask, int32_t keyCode) {
2512 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2516 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
2521 int32_t KeyboardInputMapper::getMetaState() {
2525 void KeyboardInputMapper
2529 bool KeyboardInputMapper::updateMetaStateIfNeeded(int32_t keyCode, bool down) {
2543 void KeyboardInputMapper::resetLedState() {
2551 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) {
2556 void KeyboardInputMapper::updateLedState(bool reset) {
2565 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState,