Home | History | Annotate | Download | only in libhwbinder

Lines Matching defs:proxy

663 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy)
669 proxy->incStrong(mProcess.get());
670 mPostWriteStrongDerefs.push(proxy);
680 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy)
686 proxy->getWeakRefs()->incWeak(mProcess.get());
687 mPostWriteWeakDerefs.push(proxy->getWeakRefs());
729 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy)
733 mOut.writePointer((uintptr_t)proxy);
737 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy)
741 mOut.writePointer((uintptr_t)proxy);
1204 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer();
1205 proxy->sendObituary();
1207 mOut.writePointer((uintptr_t)proxy);
1212 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer();
1213 proxy->getWeakRefs()->decWeak(proxy);