Home | History | Annotate | Download | only in input

Lines Matching full:deviceinfo

519     InputDeviceInfo deviceInfo;
522 device->getDeviceInfo(& deviceInfo);
523 uint32_t sources = deviceInfo.getSources();
533 if (deviceInfo.getKeyboardType() == AINPUT_KEYBOARD_TYPE_ALPHABETIC) {
860 InputDeviceInfo deviceInfo;
861 getDeviceInfo(& deviceInfo);
863 dump.appendFormat(INDENT "Device %d: %s\n", deviceInfo.getId(),
864 deviceInfo.getName().string());
866 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources());
867 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType());
869 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();