Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBinderProxy.java328 private static final ProxyMap sProxyMap = new ProxyMap(); field in BinderProxy
357 synchronized (sProxyMap) { in getSortedInterfaceCounts()
358 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()
367 synchronized (sProxyMap) { in getProxyCount()
368 return sProxyMap.size(); in getProxyCount()
379 synchronized (sProxyMap) { in dumpProxyDebugInfo()
380 sProxyMap.dumpProxyInterfaceCounts(); in dumpProxyDebugInfo()
381 sProxyMap.dumpPerUidProxyCounts(); in dumpProxyDebugInfo()
399 synchronized (sProxyMap) { in getInstance()
401 result = sProxyMap.get(iBinder); in getInstance()
[all …]