Lines Matching full:proxy
148 BpBinder *proxy = binder->remoteBinder();
149 if (proxy == NULL) {
150 LOGE("null proxy");
152 const int32_t handle = proxy ? proxy->handle() : 0;
181 BpBinder *proxy = real->remoteBinder();
182 if (proxy == NULL) {
183 LOGE("null proxy");
185 const int32_t handle = proxy ? proxy->handle() : 0;
219 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)