Searched refs:otherDesc (Results 1 – 3 of 3) sorted by relevance
86 TestDescriptor otherDesc = (TestDescriptor)otherObj; in equals() local87 return otherDesc.getClassName().equals(this.getClassName()) && in equals()88 otherDesc.getTestName().equals(this.getTestName()); in equals()
716 const sp<SwAudioOutputDescriptor> otherDesc = valueAt(i); in isStrategyActiveOnSameModule() local717 if (desc->sharesHwModuleWith(otherDesc) && in isStrategyActiveOnSameModule()718 otherDesc->isStrategyActive(ps, inPastMs, sysTime)) { in isStrategyActiveOnSameModule()
1025 BandDescriptor otherDesc = other.getDescriptor(); in equals() local1026 if ((mDescriptor == null) != (otherDesc == null)) return false; in equals()1027 if (mDescriptor != null && !mDescriptor.equals(otherDesc)) return false; in equals()