Searched refs:otherType (Results 1 – 5 of 5) sorted by relevance
85 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local86 if (!mPendingFrameNumbersWithOtherType[otherType].isEmpty() && errorFrameNumber in update()87 == mPendingFrameNumbersWithOtherType[otherType].element()) { in update()88 mPendingFrameNumbersWithOtherType[otherType].remove(); in update()
76 MediaResourceType otherType = (type == MediaResource::Type::kSecureCodec) ? in getClients() local80 otherType, subType, MediaResource::SubType::kUnspecifiedSubType, in getClients()
86 MediaResourceType otherType = (type == MediaResource::Type::kSecureCodec) ? in getClients() local89 otherType, subType, in getClients()
140 MediaResourceType otherType = in getCodecClients() local143 mediaResource.type = otherType; in getCodecClients()
716 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType() argument717 if (currentType == otherType) { in isCompatibleActivityType()725 return currentType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in isCompatibleActivityType()