Lines Matching refs:proxy
692 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle() argument
698 proxy->incStrong(mProcess.get()); in incStrongHandle()
699 mPostWriteStrongDerefs.push(proxy); in incStrongHandle()
709 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle() argument
715 proxy->getWeakRefs()->incWeak(mProcess.get()); in incWeakHandle()
716 mPostWriteWeakDerefs.push(proxy->getWeakRefs()); in incWeakHandle()
758 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification() argument
762 mOut.writePointer((uintptr_t)proxy); in requestDeathNotification()
766 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification() argument
770 mOut.writePointer((uintptr_t)proxy); in clearDeathNotification()
1252 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
1253 proxy->sendObituary(); in executeCommand()
1255 mOut.writePointer((uintptr_t)proxy); in executeCommand()
1260 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
1261 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()