Searched refs:otherType (Results 1 – 2 of 2) sorted by relevance
84 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local85 if (!mPendingFrameNumbersWithOtherType[otherType].isEmpty() && errorFrameNumber in update()86 == mPendingFrameNumbersWithOtherType[otherType].element()) { in update()87 mPendingFrameNumbersWithOtherType[otherType].remove(); in update()
594 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType() argument595 if (currentType == otherType) { in isCompatibleActivityType()603 return currentType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in isCompatibleActivityType()