Lines Matching defs:proxy
670 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy)
674 mOut.writePointer((uintptr_t)proxy);
678 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
682 mOut.writePointer((uintptr_t)proxy);
1120 BpBinder *proxy = (BpBinder*)mIn.readPointer();
1121 proxy->sendObituary();
1123 mOut.writePointer((uintptr_t)proxy);
1128 BpBinder *proxy = (BpBinder*)mIn.readPointer();
1129 proxy->getWeakRefs()->decWeak(proxy);