Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBinderProxy.java251 synchronized (sProxyMap) { in getSortedInterfaceCounts()
371 private static final ProxyMap sProxyMap = new ProxyMap(); field in BinderProxy
400 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()
408 synchronized (sProxyMap) { in getProxyCount()
409 return sProxyMap.size(); in getProxyCount()
420 sProxyMap.dumpProxyInterfaceCounts(); in dumpProxyDebugInfo()
421 sProxyMap.dumpPerUidProxyCounts(); in dumpProxyDebugInfo()
438 synchronized (sProxyMap) { in getInstance()
440 result = sProxyMap.get(iBinder); in getInstance()
453 sProxyMap.set(iBinder, result); in getInstance()