Home | History | Annotate | Download | only in binder

Lines Matching defs:proxy

654 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy)
660 proxy->incStrong(mProcess.get());
661 mPostWriteStrongDerefs.push(proxy);
671 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy)
677 proxy->getWeakRefs()->incWeak(mProcess.get());
678 mPostWriteWeakDerefs.push(proxy->getWeakRefs());
720 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy)
724 mOut.writePointer((uintptr_t)proxy);
728 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
732 mOut.writePointer((uintptr_t)proxy);
1159 BpBinder *proxy = (BpBinder*)mIn.readPointer();
1160 proxy->sendObituary();
1162 mOut.writePointer((uintptr_t)proxy);
1167 BpBinder *proxy = (BpBinder*)mIn.readPointer();
1168 proxy->getWeakRefs()->decWeak(proxy);