Searched refs:otherSource (Results 1 – 3 of 3) sorted by relevance
602 final InsetsSource otherSource = other.mSources.valueAt(i); in set() local603 mSources.append(otherSource.getId(), copySources in set()604 ? new InsetsSource(otherSource) in set()605 : otherSource); in set()633 final InsetsSource otherSource = other.mSources.valueAt(i); in set() local634 if ((otherSource.getType() & types) != 0) { in set()635 mSources.put(otherSource.getId(), otherSource); in set() local
262 sp<AnotherPacketSource> otherSource = getSource(!audio); in dequeueAccessUnit() local266 if (otherSource != NULL && in dequeueAccessUnit()267 !otherSource->hasBufferAvailable(&otherFinalResult) && in dequeueAccessUnit()287 if (!(otherSource != NULL && otherSource->isFinished(mediaDurationUs))) { in dequeueAccessUnit()
4754 Parcel otherSource = value.mSource; in equals() local4755 if ((source == null) != (otherSource == null)) { in equals()4774 return Parcel.compareData(source, mPosition, otherSource, value.mPosition, mLength); in equals()