Home
last modified time | relevance | path

Searched refs:mRemote (Results 1 – 3 of 3) sorted by relevance

/system/libhwbinder/
DBinder.cpp220 : mRemote(o.get()), mRefs(nullptr), mState(0) in BpHwRefBase()
222 if (mRemote) { in BpHwRefBase()
223 mRemote->incStrong(this); // Removed on first IncStrong(). in BpHwRefBase()
229 if (mRemote) { in ~BpHwRefBase()
231 mRemote->decStrong(this); in ~BpHwRefBase()
243 if (mRemote) { in onLastStrongRef()
244 mRemote->decStrong(this); in onLastStrongRef()
/system/libhwbinder/include/hwbinder/
DBinder.h101 inline IBinder* remote() const { return mRemote; } in remote()
107 IBinder* const mRemote; variable
/system/tools/aidl/
Dgenerate_java_binder.cpp314 Variable* mRemote; member in android::aidl::java::ProxyClass
326 mRemote = new Variable(types->IBinderType()->JavaType(), "mRemote"); in ProxyClass()
327 this->elements.push_back(new Field(PRIVATE, mRemote)); in ProxyClass()
335 ctor->statements->Add(new Assignment(mRemote, remote)); in ProxyClass()
350 asBinder->statements->Add(new ReturnStatement(mRemote)); in ProxyClass()
669 proxyClass->mRemote, "transact", 4, new LiteralExpression("Stub." + transactCodeName), _data, in generate_proxy_method()