Home | History | Annotate | Download | only in input

Lines Matching defs:deviceInfo

861     InputDeviceInfo deviceInfo;
862 getDeviceInfo(& deviceInfo);
864 dump.appendFormat(INDENT "Device %d: %s\n", deviceInfo.getId(),
865 deviceInfo.getDisplayName().string());
868 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources());
869 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType());
871 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();