Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:deviceInfo

873     InputDeviceInfo deviceInfo;
874 getDeviceInfo(& deviceInfo);
876 dump.appendFormat(INDENT "Device %d: %s\n", deviceInfo.getId(),
877 deviceInfo.getDisplayName().string());
880 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources());
881 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType());
883 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();