/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 217 final int prime = 31; in hashCode() local 219 result = prime * result + Arrays.hashCode(data); in hashCode() 220 result = prime * result + type; in hashCode() 221 result = prime * result + ((uuid == null) ? 0 : uuid.hashCode()); in hashCode() 222 result = prime * result + ((vendorUuid == null) ? 0 : vendorUuid.hashCode()); in hashCode() 328 final int prime = 31; in hashCode() local 330 result = prime * result + ((text == null) ? 0 : text.hashCode()); in hashCode() 331 result = prime * result + id; in hashCode() 332 result = prime * result + ((locale == null) ? 0 : locale.hashCode()); in hashCode() 333 result = prime * result + recognitionModes; in hashCode() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | PreciseDataConnectionState.java | 193 final int prime = 31; in hashCode() local 195 result = prime * result + mState; in hashCode() 196 result = prime * result + mNetworkType; in hashCode() 197 result = prime * result + ((mAPNType == null) ? 0 : mAPNType.hashCode()); in hashCode() 198 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode()); in hashCode() 199 result = prime * result + ((mReason == null) ? 0 : mReason.hashCode()); in hashCode() 200 result = prime * result + ((mLinkProperties == null) ? 0 : mLinkProperties.hashCode()); in hashCode() 201 result = prime * result + ((mFailCause == null) ? 0 : mFailCause.hashCode()); in hashCode()
|
D | PreciseCallState.java | 270 final int prime = 31; in hashCode() local 272 result = prime * result + mRingingCallState; in hashCode() 273 result = prime * result + mForegroundCallState; in hashCode() 274 result = prime * result + mBackgroundCallState; in hashCode() 275 result = prime * result + mDisconnectCause; in hashCode() 276 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/print/ |
D | PrintDocumentInfo.java | 209 final int prime = 31; in hashCode() local 211 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode() 212 result = prime * result + mContentType; in hashCode() 213 result = prime * result + mPageCount; in hashCode() 214 result = prime * result + (int) mDataSize; in hashCode() 215 result = prime * result + (int) mDataSize >> 32; in hashCode()
|
D | PrinterInfo.java | 155 final int prime = 31; in hashCode() local 157 result = prime * result + ((mId != null) ? mId.hashCode() : 0); in hashCode() 158 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode() 159 result = prime * result + mStatus; in hashCode() 160 result = prime * result + ((mDescription != null) ? mDescription.hashCode() : 0); in hashCode() 161 result = prime * result + ((mCapabilities != null) ? mCapabilities.hashCode() : 0); in hashCode()
|
D | PrintAttributes.java | 285 final int prime = 31; in hashCode() local 287 result = prime * result + mColorMode; in hashCode() 288 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 289 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode()); in hashCode() 290 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode() 934 final int prime = 31; in hashCode() local 936 result = prime * result + mWidthMils; in hashCode() 937 result = prime * result + mHeightMils; in hashCode() 1094 final int prime = 31; in hashCode() local 1096 result = prime * result + mHorizontalDpi; in hashCode() [all …]
|
D | PageRange.java | 118 final int prime = 31; in hashCode() local 120 result = prime * result + mEnd; in hashCode() 121 result = prime * result + mStart; in hashCode()
|
D | PrinterId.java | 110 final int prime = 31; in hashCode() local 112 hashCode = prime * hashCode + ((mServiceName != null) in hashCode() 114 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
|
D | PrintJobId.java | 53 final int prime = 31; in hashCode() local 55 result = prime * result + ((mValue != null) ? mValue.hashCode() : 0); in hashCode()
|
D | PrinterCapabilitiesInfo.java | 212 final int prime = 31; in hashCode() local 214 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 215 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode() 216 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode() 217 result = prime * result + mColorModes; in hashCode() 218 result = prime * result + Arrays.hashCode(mDefaults); 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/nfc/ |
D | NdefRecord.java | 1015 final int prime = 31; in hashCode() local 1017 result = prime * result + Arrays.hashCode(mId); in hashCode() 1018 result = prime * result + Arrays.hashCode(mPayload); in hashCode() 1019 result = prime * result + mTnf; in hashCode() 1020 result = prime * result + Arrays.hashCode(mType); in hashCode()
|
/frameworks/av/media/libmediaplayerservice/ |
D | VideoFrameScheduler.h | 77 void prime(size_t numSamples);
|
D | VideoFrameScheduler.cpp | 179 void VideoFrameScheduler::PLL::prime(size_t numSamplesToUse) { in prime() function in android::VideoFrameScheduler::PLL 277 prime(kMinSamplesToStopPrime); in addSample()
|
/frameworks/base/core/java/android/widget/ |
D | ActivityChooserModel.java | 825 final int prime = 31; in hashCode() local 827 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode() 828 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode() 829 result = prime * result + Float.floatToIntBits(weight); in hashCode()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActivityChooserModel.java | 805 final int prime = 31; in hashCode() local 807 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode() 808 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode() 809 result = prime * result + Float.floatToIntBits(weight); in hashCode()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 3010 final int prime = 31; in hashCode() local 3012 result = prime * result + getAccessibilityViewId(mSourceNodeId); in hashCode() 3013 result = prime * result + getVirtualDescendantId(mSourceNodeId); in hashCode() 3014 result = prime * result + mWindowId; in hashCode()
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSession.java | 647 final int prime = 31; in hashCode() local 649 result = prime * result + ((mBinder == null) ? 0 : mBinder.asBinder().hashCode()); in hashCode()
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 681 proper ordering without an explicit barrier. (This is a prime example of why
|