Searched refs:BinderProxy (Results 1 – 9 of 9) sorted by relevance
44 public final class BinderProxy implements IBinder { class98 for (ArrayList<WeakReference<BinderProxy>> a : mMainIndexValues) { in size()112 for (ArrayList<WeakReference<BinderProxy>> a : mMainIndexValues) { in unclearedSize()114 for (WeakReference<BinderProxy> ref : a) { in unclearedSize()129 ArrayList<WeakReference<BinderProxy>> valueArray = mMainIndexValues[hash]; in remove()143 BinderProxy get(long key) { in get()149 ArrayList<WeakReference<BinderProxy>> valueArray = mMainIndexValues[myHash]; in get()154 WeakReference<BinderProxy> wr = valueArray.get(i); in get()155 BinderProxy bp = wr.get(); in get()173 void set(long key, @NonNull BinderProxy value) { in set()[all …]
215 if (binder instanceof BinderProxy) { in allowBlocking()216 ((BinderProxy) binder).mWarnOnBlocking = false; in allowBlocking()233 if (binder instanceof BinderProxy) { in defaultBlocking()234 ((BinderProxy) binder).mWarnOnBlocking = sWarnOnBlocking; in defaultBlocking()246 if (fromBinder instanceof BinderProxy && toBinder instanceof BinderProxy) { in copyAllowBlocking()247 ((BinderProxy) toBinder).mWarnOnBlocking = ((BinderProxy) fromBinder).mWarnOnBlocking; in copyAllowBlocking()756 BinderProxy.setTransactListener(listener); in setProxyTransactListener()
39 class BinderProxy {44 explicit BinderProxy(std::string_view serviceName) in BinderProxy() function47 ~BinderProxy() { in ~BinderProxy()79 DeathRecipient(BinderProxy* proxy) : mProxy(proxy) {} in DeathRecipient()86 BinderProxy* const mProxy;
122 assertTrue(mRemoteBinder instanceof BinderProxy); in testGetExtension()
520 Landroid/os/BinderProxy;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z983 Landroid/os/BinderProxy$ProxyMap;->hash(J)I1018 Landroid/os/BinderProxy$ProxyMap;->get(J)Landroid/os/BinderProxy;1025 Landroid/os/BinderProxy;->getInstance(JJ)Landroid/os/BinderProxy;1043 Landroid/os/BinderProxy;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;1057 Landroid/os/BinderProxy$ProxyMap;->set(JLandroid/os/BinderProxy;)V1063 Landroid/os/BinderProxy;-><init>(J)V
142 android.os.BinderProxy
4582 android.os.BinderProxy$NoImagePreloadHolder4583 android.os.BinderProxy$ProxyMap4584 android.os.BinderProxy
15047 HSPLandroid/os/BinderProxy$ProxyMap;->get(J)Landroid/os/BinderProxy;15048 HSPLandroid/os/BinderProxy$ProxyMap;->hash(J)I15049 HSPLandroid/os/BinderProxy$ProxyMap;->remove(II)V15050 HSPLandroid/os/BinderProxy$ProxyMap;->set(JLandroid/os/BinderProxy;)V15051 HSPLandroid/os/BinderProxy;-><init>(J)V15052 HSPLandroid/os/BinderProxy;->dump(Ljava/io/FileDescriptor;[Ljava/lang/String;)V15053 HSPLandroid/os/BinderProxy;->getInstance(JJ)Landroid/os/BinderProxy;15054 HSPLandroid/os/BinderProxy;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;15055 HSPLandroid/os/BinderProxy;->sendDeathNotice(Landroid/os/IBinder$DeathRecipient;Landroid/os/IBinder…15056 HSPLandroid/os/BinderProxy;->setTransactListener(Landroid/os/Binder$ProxyTransactListener;)V[all …]
242 import android.os.BinderProxy;9753 BinderProxy.dumpProxyDebugInfo(); in systemReady()11144 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()11182 final int proxyCount = BinderProxy.getProxyCount(); in dumpBinderProxies()