Searched refs:BinderProxy (Results 1 – 7 of 7) sorted by relevance
43 public final class BinderProxy implements IBinder { class97 for (ArrayList<WeakReference<BinderProxy>> a : mMainIndexValues) { in size()111 for (ArrayList<WeakReference<BinderProxy>> a : mMainIndexValues) { in unclearedSize()113 for (WeakReference<BinderProxy> ref : a) { in unclearedSize()128 ArrayList<WeakReference<BinderProxy>> valueArray = mMainIndexValues[hash]; in remove()142 BinderProxy get(long key) { in get()148 ArrayList<WeakReference<BinderProxy>> valueArray = mMainIndexValues[myHash]; in get()153 WeakReference<BinderProxy> wr = valueArray.get(i); in get()154 BinderProxy bp = wr.get(); in get()172 void set(long key, @NonNull BinderProxy value) { in set()[all …]
212 if (binder instanceof BinderProxy) { in allowBlocking()213 ((BinderProxy) binder).mWarnOnBlocking = false; in allowBlocking()230 if (binder instanceof BinderProxy) { in defaultBlocking()231 ((BinderProxy) binder).mWarnOnBlocking = sWarnOnBlocking; in defaultBlocking()243 if (fromBinder instanceof BinderProxy && toBinder instanceof BinderProxy) { in copyAllowBlocking()244 ((BinderProxy) toBinder).mWarnOnBlocking = ((BinderProxy) fromBinder).mWarnOnBlocking; in copyAllowBlocking()725 BinderProxy.setTransactListener(listener); in setProxyTransactListener()
122 assertTrue(mRemoteBinder instanceof BinderProxy); in testGetExtension()
142 android.os.BinderProxy
2735 android.os.BinderProxy$NoImagePreloadHolder2736 android.os.BinderProxy$ProxyMap2737 android.os.BinderProxy
11233 HSPLandroid/os/BinderProxy$ProxyMap;-><init>(Landroid/os/BinderProxy$1;)V11234 HSPLandroid/os/BinderProxy$ProxyMap;->get(J)Landroid/os/BinderProxy;11235 HSPLandroid/os/BinderProxy$ProxyMap;->remove(II)V11236 HSPLandroid/os/BinderProxy$ProxyMap;->set(JLandroid/os/BinderProxy;)V11237 HSPLandroid/os/BinderProxy;->access$500()J11238 HSPLandroid/os/BinderProxy;->dump(Ljava/io/FileDescriptor;[Ljava/lang/String;)V11239 HSPLandroid/os/BinderProxy;->getInstance(JJ)Landroid/os/BinderProxy;11240 HSPLandroid/os/BinderProxy;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;11241 HSPLandroid/os/BinderProxy;->sendDeathNotice(Landroid/os/IBinder$DeathRecipient;)V11242 HSPLandroid/os/BinderProxy;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z[all …]
241 import android.os.BinderProxy;9182 BinderProxy.dumpProxyDebugInfo(); in systemReady()10434 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()10472 final int proxyCount = BinderProxy.getProxyCount(); in dumpBinderProxies()