Home | History | Annotate | Download | only in input

Lines Matching refs:deviceInfo

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