public ServiceManagerProxy(IBinder remote) { mRemote = remote; }
mRemote为BinderProxy对象,该BinderProxy对象对应于BpBinder作为binder代理端,指向native层service Manager。