Home
last modified time | relevance | path

Searched refs:dstCounts (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java2042 private void replaceFeCounts(SparseIntArray srcCounts, SparseIntArray dstCounts) { in replaceFeCounts() argument
2043 if (dstCounts != null) { in replaceFeCounts()
2044 dstCounts.clear(); in replaceFeCounts()
2047 dstCounts.put(srcCounts.keyAt(i), srcCounts.valueAt(i)); in replaceFeCounts()