Searched refs:currentSet (Results 1 – 3 of 3) sorted by relevance
22 data class DependencyVersions(private val currentSet: Map<String, String>) { constant in com.android.tools.build.jetifier.core.pom.DependencyVersions64 val temp = currentSet.toMutableMap() in replaceVersionIfAny()73 return currentSet[variableName] in applyOnVersionRef()
130 StreamSet& currentSet = mStreamSetMap.editValueFor(streamSetId); in unregisterStream() local131 BufferCountMap& handOutBufferCounts = currentSet.handoutBufferCountMap; in unregisterStream()132 BufferCountMap& attachedBufferCounts = currentSet.attachedBufferCountMap; in unregisterStream()133 InfoMap& infoMap = currentSet.streamInfoMap; in unregisterStream()139 currentSet.maxAllowedBufferCount = 0; in unregisterStream()141 if (infoMap[i].totalBufferCount > currentSet.maxAllowedBufferCount) { in unregisterStream()142 currentSet.maxAllowedBufferCount = infoMap[i].totalBufferCount; in unregisterStream()149 currentSet.allocatedBufferWaterMark = 0; in unregisterStream()
111 Set<String> currentSet = new HashSet<String>(Arrays.asList(currentCameraDevices)); in updateCameraDevices() local115 if (!currentSet.contains(mCameraDevices.get(index))) { in updateCameraDevices()122 currentSet.removeAll(mCameraDevices); // The devices we didn't know about in updateCameraDevices()124 if (currentSet.contains(device)) { in updateCameraDevices()