Searched refs:other (Results 101 - 125 of 525) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java119 public RemoteDisplayInfo(RemoteDisplayInfo other) { argument
120 id = other.id;
121 name = other.name;
122 description = other.description;
123 status = other.status;
124 volume = other.volume;
125 volumeMax = other.volumeMax;
126 volumeHandling = other.volumeHandling;
127 presentationDisplayId = other.presentationDisplayId;
H A DAudioMixPort.java62 AudioMixPort other = (AudioMixPort)o;
63 if (mIoHandle != other.ioHandle()) {
/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h161 inline bool operator!=(const type &other) { return !(*this == other); } \
162 inline bool operator<=(const type &other) { return (*this == other) || (*this < other); } \
163 inline bool operator>=(const type &other) { return !(*this < other); } \
164 inline bool operator>(const type &other) { return !(*this < other) && !(*this == other); }
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DCredential.java106 public Credential(Credential other, String password) { argument
107 mCtime = other.mCtime;
108 mExpTime = other.mExpTime;
109 mRealm = other.mRealm;
110 mCheckAAACert = other.mCheckAAACert;
111 mUserName = other.mUserName;
113 mDisregardPassword = other.mDisregardPassword;
114 mMachineManaged = other.mMachineManaged;
115 mSTokenApp = other.mSTokenApp;
116 mShare = other
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccount.java51 final Account other = (Account)o;
52 return name.equals(other.name) && type.equals(other.type);
69 public Account(@NonNull Account other, @NonNull String accessId) { argument
70 this(other.name, other.type, accessId);
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h141 bool operator==(const Entry& other) const {
142 return compare(*this, other) == 0;
145 bool operator!=(const Entry& other) const {
146 return compare(*this, other) != 0;
149 bool operator<(const Entry& other) const {
150 return Entry::compare(*this, other) < 0;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp45 Point Point::operator+(const Point& other) const {
47 out.x_ = x_ + other.x_;
48 out.y_ = y_ + other.y_;
52 Point Point::operator-(const Point& other) const {
54 out.x_ = x_ - other.x_;
55 out.y_ = y_ - other.y_;
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java150 public SyncOperation(SyncOperation other) { argument
151 target = other.target;
152 owningUid = other.owningUid;
153 owningPackage = other.owningPackage;
154 reason = other.reason;
155 syncSource = other.syncSource;
156 allowParallelSyncs = other.allowParallelSyncs;
157 extras = new Bundle(other.extras);
158 wakeLockName = other.wakeLockName();
159 isPeriodic = other
316 matchesPeriodicOperation(SyncOperation other) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountHandle.java83 * collide with values generated on other phones or after a data wipe of a given phone.
119 public boolean equals(Object other) { argument
120 return other != null &&
121 other instanceof PhoneAccountHandle &&
122 Objects.equals(((PhoneAccountHandle) other).getComponentName(),
124 Objects.equals(((PhoneAccountHandle) other).getId(), getId()) &&
125 Objects.equals(((PhoneAccountHandle) other).getUserHandle(), getUserHandle());
/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java289 PreciseCallState other = (PreciseCallState) obj;
290 return (mRingingCallState != other.mRingingCallState &&
291 mForegroundCallState != other.mForegroundCallState &&
292 mBackgroundCallState != other.mBackgroundCallState &&
293 mDisconnectCause != other.mDisconnectCause &&
294 mPreciseDisconnectCause != other.mPreciseDisconnectCause);
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp60 LayerProperties& LayerProperties::operator=(const LayerProperties& other) { argument
61 setType(other.type());
62 setOpaque(other.opaque());
63 setAlpha(other.alpha());
64 setXferMode(other.xferMode());
65 setColorFilter(other.colorFilter());
87 RenderProperties& RenderProperties::operator=(const RenderProperties& other) { argument
88 if (this != &other) {
89 mPrimitiveFields = other.mPrimitiveFields;
90 setStaticMatrix(other
[all...]
/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java86 public void copyFrom(PrinterCapabilitiesInfo other) { argument
87 if (this == other) {
91 mMinMargins = other.mMinMargins;
93 if (other.mMediaSizes != null) {
96 mMediaSizes.addAll(other.mMediaSizes);
98 mMediaSizes = new ArrayList<MediaSize>(other.mMediaSizes);
104 if (other.mResolutions != null) {
107 mResolutions.addAll(other.mResolutions);
109 mResolutions = new ArrayList<Resolution>(other.mResolutions);
115 mColorModes = other
[all...]
/frameworks/native/libs/input/
H A DInput.cpp178 bool PointerCoords::operator==(const PointerCoords& other) const {
179 if (bits != other.bits) {
184 if (values[i] != other.values[i]) {
191 void PointerCoords::copyFrom(const PointerCoords& other) { argument
192 bits = other.bits;
195 values[i] = other.values[i];
202 bool PointerProperties::operator==(const PointerProperties& other) const {
203 return id == other.id
204 && toolType == other.toolType;
207 void PointerProperties::copyFrom(const PointerProperties& other) { argument
252 copyFrom(const MotionEvent* other, bool keepHistory) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DFeatureGroupInfo.java38 public FeatureGroupInfo(FeatureGroupInfo other) { argument
39 features = other.features;
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStorePublicKey.java65 AndroidKeyStorePublicKey other = (AndroidKeyStorePublicKey) obj;
66 if (!Arrays.equals(mEncoded, other.mEncoded)) {
/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c56 int index, other; local
64 other = (index == 0 ? 1 : 0);
66 if (buffer_states[other] == BUFFER_EMPTY)
67 empty_index = other;
90 int index, other; local
98 other = (index == 0 ? 1 : 0);
100 if (buffer_states[other] == BUFFER_FULL)
101 full_index = other;
/frameworks/native/include/ui/
H A DHdrCapabilities.h39 HdrCapabilities(HdrCapabilities&& other);
40 HdrCapabilities& operator=(HdrCapabilities&& other);
/frameworks/native/libs/ui/include/ui/
H A DHdrCapabilities.h39 HdrCapabilities(HdrCapabilities&& other);
40 HdrCapabilities& operator=(HdrCapabilities&& other);
/frameworks/rs/
H A DrsList.h82 bool operator==(const iterator& other) const {
83 return p == other.p && buffer == other.buffer && list == other.list;
86 bool operator!=(const iterator& other) const {
87 return p != other.p || buffer != other.buffer || list != other.list;
H A DrsMap.h103 bool operator==(const iterator& other) const {
104 return node == other.node && bucket_index == other.bucket_index &&
105 map == other.map;
108 bool operator!=(const iterator& other) const {
109 return node != other.node || bucket_index != other.bucket_index ||
110 map != other.map;
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h38 bool operator<(const WebmFrame &other) const;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java58 BluetoothCodecStatus other = (BluetoothCodecStatus)o;
59 return (Objects.equals(other.mCodecConfig, mCodecConfig) &&
60 Objects.equals(other.mCodecsLocalCapabilities,
62 Objects.equals(other.mCodecsSelectableCapabilities,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbLocation.java117 SmsCbLocation other = (SmsCbLocation) o;
118 return mPlmn.equals(other.mPlmn) && mLac == other.mLac && mCid == other.mCid;
/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py24 def merge(self, other):
25 if self.last_char + 1 == other.first_char and self.prop_type == other.prop_type:
26 self.last_char = other.last_char
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DCallbackBindingObject.java53 boolean onClickWithParam(NotBindableVo other); argument
54 boolean onClickWithParam(View view, NotBindableVo other); argument
55 boolean onLongClickWithParam(NotBindableVo other); argument
56 boolean onLongClickWithParam(View view, NotBindableVo other); argument

Completed in 2973 milliseconds

1234567891011>>