Lines Matching refs:other
133 InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) :
134 mId(other.mId), mGeneration(other.mGeneration), mControllerNumber(other.mControllerNumber),
135 mIdentifier(other.mIdentifier), mAlias(other.mAlias), mIsExternal(other.mIsExternal),
136 mHasMic(other.mHasMic), mSources(other.mSources),
137 mKeyboardType(other.mKeyboardType), mKeyCharacterMap(other.mKeyCharacterMap),
138 mHasVibrator(other.mHasVibrator), mHasButtonUnderPad(other.mHasButtonUnderPad),
139 mMotionRanges(other.mMotionRanges) {