/frameworks/base/core/java/android/hardware/display/ |
D | DisplayViewport.java | 102 final int prime = 31; in hashCode() local 104 result += prime * result + (valid ? 1 : 0); in hashCode() 105 result += prime * result + displayId; in hashCode() 106 result += prime * result + orientation; in hashCode() 107 result += prime * result + logicalFrame.hashCode(); in hashCode() 108 result += prime * result + physicalFrame.hashCode(); in hashCode() 109 result += prime * result + deviceWidth; in hashCode() 110 result += prime * result + deviceHeight; in hashCode() 111 result += prime * result + uniqueId.hashCode(); in hashCode()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 404 final int prime = 31; in hashCode() local 406 result = prime * result + mId; in hashCode() 407 result = prime * result + mServiceName.hashCode(); in hashCode() 408 result = prime * result + mClassId; in hashCode() 409 result = prime * result + ((mImplementor == null) ? 0 : mImplementor.hashCode()); in hashCode() 410 result = prime * result + ((mProduct == null) ? 0 : mProduct.hashCode()); in hashCode() 411 result = prime * result + ((mVersion == null) ? 0 : mVersion.hashCode()); in hashCode() 412 result = prime * result + ((mSerial == null) ? 0 : mSerial.hashCode()); in hashCode() 413 result = prime * result + mNumTuners; in hashCode() 414 result = prime * result + mNumAudioSources; in hashCode() [all …]
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 225 final int prime = 31; in hashCode() local 227 result = prime * result + Arrays.hashCode(data); in hashCode() 228 result = prime * result + type; in hashCode() 229 result = prime * result + ((uuid == null) ? 0 : uuid.hashCode()); in hashCode() 230 result = prime * result + ((vendorUuid == null) ? 0 : vendorUuid.hashCode()); in hashCode() 336 final int prime = 31; in hashCode() local 338 result = prime * result + ((text == null) ? 0 : text.hashCode()); in hashCode() 339 result = prime * result + id; in hashCode() 340 result = prime * result + ((locale == null) ? 0 : locale.hashCode()); in hashCode() 341 result = prime * result + recognitionModes; in hashCode() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | PreciseDataConnectionState.java | 191 final int prime = 31; in hashCode() local 193 result = prime * result + mState; in hashCode() 194 result = prime * result + mNetworkType; in hashCode() 195 result = prime * result + ((mAPNType == null) ? 0 : mAPNType.hashCode()); in hashCode() 196 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode()); in hashCode() 197 result = prime * result + ((mReason == null) ? 0 : mReason.hashCode()); in hashCode() 198 result = prime * result + ((mLinkProperties == null) ? 0 : mLinkProperties.hashCode()); in hashCode() 199 result = prime * result + ((mFailCause == null) ? 0 : mFailCause.hashCode()); in hashCode()
|
D | PreciseCallState.java | 268 final int prime = 31; in hashCode() local 270 result = prime * result + mRingingCallState; in hashCode() 271 result = prime * result + mForegroundCallState; in hashCode() 272 result = prime * result + mBackgroundCallState; in hashCode() 273 result = prime * result + mDisconnectCause; in hashCode() 274 result = prime * result + mPreciseDisconnectCause; in hashCode()
|
D | DataConnectionRealTimeInfo.java | 107 final long prime = 17; in hashCode() local 109 result = (prime * result) + mTime; in hashCode() 110 result += (prime * result) + mDcPowerState; in hashCode()
|
/frameworks/base/core/java/android/speech/tts/ |
D | Voice.java | 199 final int prime = 31; in hashCode() local 201 result = prime * result + ((mFeatures == null) ? 0 : mFeatures.hashCode()); in hashCode() 202 result = prime * result + mLatency; in hashCode() 203 result = prime * result + ((mLocale == null) ? 0 : mLocale.hashCode()); in hashCode() 204 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode() 205 result = prime * result + mQuality; in hashCode() 206 result = prime * result + (mRequiresNetworkConnection ? 1231 : 1237); in hashCode()
|
/frameworks/base/core/java/android/content/om/ |
D | OverlayInfo.java | 218 final int prime = 31; in hashCode() local 220 result = prime * result + userId; in hashCode() 221 result = prime * result + state; in hashCode() 222 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode() 223 result = prime * result + ((targetPackageName == null) ? 0 : targetPackageName.hashCode()); in hashCode() 224 result = prime * result + ((baseCodePath == null) ? 0 : baseCodePath.hashCode()); in hashCode()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreKey.java | 64 final int prime = 31; in hashCode() local 66 result = prime * result + ((mAlgorithm == null) ? 0 : mAlgorithm.hashCode()); in hashCode() 67 result = prime * result + ((mAlias == null) ? 0 : mAlias.hashCode()); in hashCode() 68 result = prime * result + mUid; in hashCode()
|
D | AndroidKeyStorePublicKey.java | 48 final int prime = 31; in hashCode() local 50 result = prime * result + Arrays.hashCode(mEncoded); in hashCode()
|
/frameworks/base/location/java/android/location/ |
D | Geofence.java | 148 final int prime = 31; in hashCode() local 152 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode() 154 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode() 155 result = prime * result + Float.floatToIntBits(mRadius); in hashCode() 156 result = prime * result + mType; in hashCode()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 224 final int prime = 31; in hashCode() local 226 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode() 227 result = prime * result + mContentType; in hashCode() 228 result = prime * result + mPageCount; in hashCode() 229 result = prime * result + (int) mDataSize; in hashCode() 230 result = prime * result + (int) (mDataSize >> 32); in hashCode()
|
D | PrinterInfo.java | 300 final int prime = 31; in hashCode() local 302 result = prime * result + mId.hashCode(); in hashCode() 303 result = prime * result + mName.hashCode(); in hashCode() 304 result = prime * result + mStatus; in hashCode() 305 result = prime * result + ((mDescription != null) ? mDescription.hashCode() : 0); in hashCode() 306 result = prime * result + ((mCapabilities != null) ? mCapabilities.hashCode() : 0); in hashCode() 307 result = prime * result + mIconResourceId; in hashCode() 308 result = prime * result + (mHasCustomPrinterIcon ? 1 : 0); in hashCode() 309 result = prime * result + mCustomPrinterIconGen; in hashCode() 310 result = prime * result + ((mInfoIntent != null) ? mInfoIntent.hashCode() : 0); in hashCode()
|
D | PrintAttributes.java | 358 final int prime = 31; in hashCode() local 360 result = prime * result + mColorMode; in hashCode() 361 result = prime * result + mDuplexMode; in hashCode() 362 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 363 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode()); in hashCode() 364 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode() 1010 final int prime = 31; in hashCode() local 1012 result = prime * result + mWidthMils; in hashCode() 1013 result = prime * result + mHeightMils; in hashCode() 1171 final int prime = 31; in hashCode() local [all …]
|
D | PageRange.java | 123 final int prime = 31; in hashCode() local 125 result = prime * result + mEnd; in hashCode() 126 result = prime * result + mStart; in hashCode()
|
D | PrinterId.java | 108 final int prime = 31; in hashCode() local 110 hashCode = prime * hashCode + mServiceName.hashCode(); in hashCode() 111 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
|
D | PrinterCapabilitiesInfo.java | 262 final int prime = 31; in hashCode() local 264 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 265 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode() 266 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode() 267 result = prime * result + mColorModes; in hashCode() 268 result = prime * result + mDuplexModes; in hashCode() 269 result = prime * result + Arrays.hashCode(mDefaults); in hashCode()
|
D | PrintJobId.java | 55 final int prime = 31; in hashCode() local 57 result = prime * result + mValue.hashCode(); in hashCode()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillId.java | 75 final int prime = 31; in hashCode() local 77 result = prime * result + mViewId; in hashCode() 78 result = prime * result + mVirtualId; in hashCode()
|
/frameworks/base/core/java/android/nfc/ |
D | NdefRecord.java | 1018 final int prime = 31; in hashCode() local 1020 result = prime * result + Arrays.hashCode(mId); in hashCode() 1021 result = prime * result + Arrays.hashCode(mPayload); in hashCode() 1022 result = prime * result + mTnf; in hashCode() 1023 result = prime * result + Arrays.hashCode(mType); in hashCode()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | VideoFrameScheduler.h | 81 void prime(size_t numSamples);
|
/frameworks/base/core/java/android/widget/ |
D | ActivityChooserModel.java | 826 final int prime = 31; in hashCode() local 828 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode() 829 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode() 830 result = prime * result + Float.floatToIntBits(weight); in hashCode()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ActivityChooserModel.java | 801 final int prime = 31; in hashCode() local 803 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode() 804 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode() 805 result = prime * result + Float.floatToIntBits(weight); in hashCode()
|
/frameworks/av/media/libaaudio/examples/write_sine/src/ |
D | write_sine_callback.cpp | 74 result = player.prime(); // FIXME crashes AudioTrack.cpp in testOpenPlayClose()
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameScheduler.cpp | 183 void VideoFrameScheduler::PLL::prime(size_t numSamplesToUse) { in prime() function in android::VideoFrameScheduler::PLL 282 prime(kMinSamplesToStopPrime); in addSample()
|