Lines Matching refs:proxy
689 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle() argument
695 proxy->incStrong(mProcess.get()); in incStrongHandle()
696 mPostWriteStrongDerefs.push(proxy); in incStrongHandle()
706 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle() argument
712 proxy->getWeakRefs()->incWeak(mProcess.get()); in incWeakHandle()
713 mPostWriteWeakDerefs.push(proxy->getWeakRefs()); in incWeakHandle()
755 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification() argument
759 mOut.writePointer((uintptr_t)proxy); in requestDeathNotification()
763 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification() argument
767 mOut.writePointer((uintptr_t)proxy); in clearDeathNotification()
1254 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
1255 proxy->sendObituary(); in executeCommand()
1257 mOut.writePointer((uintptr_t)proxy); in executeCommand()
1262 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
1263 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()