Home
last modified time | relevance | path

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

123

/system/libhwbinder/
DBinder.cpp231 : mRemote(o.get()), mRefs(nullptr), mState(0) in BpHwRefBase()
233 if (mRemote) { in BpHwRefBase()
234 mRemote->incStrong(this); // Removed on first IncStrong(). in BpHwRefBase()
240 if (mRemote) { in ~BpHwRefBase()
242 mRemote->decStrong(this); in ~BpHwRefBase()
254 if (mRemote) { in onLastStrongRef()
255 mRemote->decStrong(this); in onLastStrongRef()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/
DIProtected.java189 private android.os.IBinder mRemote; field in IProtected.Stub.Proxy
192 mRemote = remote; in Proxy()
196 return mRemote; in asBinder()
208 … boolean _status = mRemote.transact(Stub.TRANSACTION_PermissionProtected, _data, _reply, 0); in PermissionProtected()
222 … boolean _status = mRemote.transact(Stub.TRANSACTION_MultiplePermissionsAll, _data, _reply, 0); in MultiplePermissionsAll()
236 … boolean _status = mRemote.transact(Stub.TRANSACTION_MultiplePermissionsAny, _data, _reply, 0); in MultiplePermissionsAny()
250 … boolean _status = mRemote.transact(Stub.TRANSACTION_NonManifestPermission, _data, _reply, 0); in NonManifestPermission()
266 boolean _status = mRemote.transact(Stub.TRANSACTION_Grant, _data, _reply, 0); in Grant()
281 boolean _status = mRemote.transact(Stub.TRANSACTION_Revoke, _data, _reply, 0); in Revoke()
295 boolean _status = mRemote.transact(Stub.TRANSACTION_RevokeAll, _data, _reply, 0); in RevokeAll()
DINoPermission.java94 private android.os.IBinder mRemote; field in INoPermission.Stub.Proxy
97 mRemote = remote; in Proxy()
101 return mRemote; in asBinder()
113 boolean _status = mRemote.transact(Stub.TRANSACTION_foo, _data, _reply, 0); in foo()
DIProtectedInterface.java117 private android.os.IBinder mRemote; field in IProtectedInterface.Stub.Proxy
120 mRemote = remote; in Proxy()
124 return mRemote; in asBinder()
136 boolean _status = mRemote.transact(Stub.TRANSACTION_Method1, _data, _reply, 0); in Method1()
150 boolean _status = mRemote.transact(Stub.TRANSACTION_Method2, _data, _reply, 0); in Method2()
/system/tools/aidl/tests/golden_output/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/
DIProtected.java189 private android.os.IBinder mRemote; field in IProtected.Stub.Proxy
192 mRemote = remote; in Proxy()
196 return mRemote; in asBinder()
208 … boolean _status = mRemote.transact(Stub.TRANSACTION_PermissionProtected, _data, _reply, 0); in PermissionProtected()
222 … boolean _status = mRemote.transact(Stub.TRANSACTION_MultiplePermissionsAll, _data, _reply, 0); in MultiplePermissionsAll()
236 … boolean _status = mRemote.transact(Stub.TRANSACTION_MultiplePermissionsAny, _data, _reply, 0); in MultiplePermissionsAny()
250 … boolean _status = mRemote.transact(Stub.TRANSACTION_NonManifestPermission, _data, _reply, 0); in NonManifestPermission()
266 boolean _status = mRemote.transact(Stub.TRANSACTION_Grant, _data, _reply, 0); in Grant()
281 boolean _status = mRemote.transact(Stub.TRANSACTION_Revoke, _data, _reply, 0); in Revoke()
295 boolean _status = mRemote.transact(Stub.TRANSACTION_RevokeAll, _data, _reply, 0); in RevokeAll()
DINoPermission.java94 private android.os.IBinder mRemote; field in INoPermission.Stub.Proxy
97 mRemote = remote; in Proxy()
101 return mRemote; in asBinder()
113 boolean _status = mRemote.transact(Stub.TRANSACTION_foo, _data, _reply, 0); in foo()
DIProtectedInterface.java117 private android.os.IBinder mRemote; field in IProtectedInterface.Stub.Proxy
120 mRemote = remote; in Proxy()
124 return mRemote; in asBinder()
136 boolean _status = mRemote.transact(Stub.TRANSACTION_Method1, _data, _reply, 0); in Method1()
150 boolean _status = mRemote.transact(Stub.TRANSACTION_Method2, _data, _reply, 0); in Method2()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DIOldName.java96 private android.os.IBinder mRemote; field in IOldName.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_RealName, _data, _reply, 0); in RealName()
DINamedCallback.java96 private android.os.IBinder mRemote; field in INamedCallback.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_GetName, _data, _reply, 0); in GetName()
DINewName.java96 private android.os.IBinder mRemote; field in INewName.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_RealName, _data, _reply, 0); in RealName()
DIDeprecated.java79 private android.os.IBinder mRemote; field in IDeprecated.Stub.Proxy
82 mRemote = remote; in Proxy()
86 return mRemote; in asBinder()
DICircular.java96 private android.os.IBinder mRemote; field in ICircular.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_GetTestService, _data, _reply, 0); in GetTestService()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DINamedCallback.java96 private android.os.IBinder mRemote; field in INamedCallback.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_GetName, _data, _reply, 0); in GetName()
DINewName.java96 private android.os.IBinder mRemote; field in INewName.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_RealName, _data, _reply, 0); in RealName()
DIOldName.java96 private android.os.IBinder mRemote; field in IOldName.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_RealName, _data, _reply, 0); in RealName()
DIDeprecated.java79 private android.os.IBinder mRemote; field in IDeprecated.Stub.Proxy
82 mRemote = remote; in Proxy()
86 return mRemote; in asBinder()
DICircular.java96 private android.os.IBinder mRemote; field in ICircular.Stub.Proxy
99 mRemote = remote; in Proxy()
103 return mRemote; in asBinder()
116 boolean _status = mRemote.transact(Stub.TRANSACTION_GetTestService, _data, _reply, 0); in GetTestService()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V2-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java159 private android.os.IBinder mRemote; field in IFooInterface.Stub.Proxy
162 mRemote = remote; in Proxy()
168 return mRemote; in asBinder()
180 boolean _status = mRemote.transact(Stub.TRANSACTION_originalApi, _data, _reply, 0); in originalApi()
199 … boolean _status = mRemote.transact(Stub.TRANSACTION_acceptUnionAndReturnString, _data, _reply, 0); in acceptUnionAndReturnString()
222 …boolean _status = mRemote.transact(Stub.TRANSACTION_ignoreParcelablesAndRepeatInt, _data, _reply, … in ignoreParcelablesAndRepeatInt()
249 … boolean _status = mRemote.transact(Stub.TRANSACTION_returnsLengthOfFooArray, _data, _reply, 0); in returnsLengthOfFooArray()
268 boolean _status = mRemote.transact(Stub.TRANSACTION_newApi, _data, _reply, 0); in newApi()
286 … boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceVersion, data, reply, 0); in getInterfaceVersion()
303 boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceHash, data, reply, 0); in getInterfaceHash()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java159 private android.os.IBinder mRemote; field in IFooInterface.Stub.Proxy
162 mRemote = remote; in Proxy()
168 return mRemote; in asBinder()
180 boolean _status = mRemote.transact(Stub.TRANSACTION_originalApi, _data, _reply, 0); in originalApi()
199 … boolean _status = mRemote.transact(Stub.TRANSACTION_acceptUnionAndReturnString, _data, _reply, 0); in acceptUnionAndReturnString()
222 …boolean _status = mRemote.transact(Stub.TRANSACTION_ignoreParcelablesAndRepeatInt, _data, _reply, … in ignoreParcelablesAndRepeatInt()
249 … boolean _status = mRemote.transact(Stub.TRANSACTION_returnsLengthOfFooArray, _data, _reply, 0); in returnsLengthOfFooArray()
268 boolean _status = mRemote.transact(Stub.TRANSACTION_newApi, _data, _reply, 0); in newApi()
286 … boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceVersion, data, reply, 0); in getInterfaceVersion()
303 boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceHash, data, reply, 0); in getInterfaceHash()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-extras-java-source/gen/android/aidl/tests/map/
DIEmpty.java77 private android.os.IBinder mRemote; field in IEmpty.Stub.Proxy
80 mRemote = remote; in Proxy()
84 return mRemote; in asBinder()
/system/tools/aidl/tests/golden_output/aidl-test-extras-java-source/gen/android/aidl/tests/map/
DIEmpty.java77 private android.os.IBinder mRemote; field in IEmpty.Stub.Proxy
80 mRemote = remote; in Proxy()
84 return mRemote; in asBinder()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java117 private android.os.IBinder mRemote; field in INestedService.Stub.Proxy
120 mRemote = remote; in Proxy()
124 return mRemote; in asBinder()
138 boolean _status = mRemote.transact(Stub.TRANSACTION_flipStatus, _data, _reply, 0); in flipStatus()
156 … boolean _status = mRemote.transact(Stub.TRANSACTION_flipStatusWithCallback, _data, _reply, 0); in flipStatusWithCallback()
314 private android.os.IBinder mRemote; field in INestedService.ICallback.Stub.Proxy
317 mRemote = remote; in Proxy()
321 return mRemote; in asBinder()
334 boolean _status = mRemote.transact(Stub.TRANSACTION_done, _data, _reply, 0); in done()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java117 private android.os.IBinder mRemote; field in INestedService.Stub.Proxy
120 mRemote = remote; in Proxy()
124 return mRemote; in asBinder()
138 boolean _status = mRemote.transact(Stub.TRANSACTION_flipStatus, _data, _reply, 0); in flipStatus()
156 … boolean _status = mRemote.transact(Stub.TRANSACTION_flipStatusWithCallback, _data, _reply, 0); in flipStatusWithCallback()
314 private android.os.IBinder mRemote; field in INestedService.ICallback.Stub.Proxy
317 mRemote = remote; in Proxy()
321 return mRemote; in asBinder()
334 boolean _status = mRemote.transact(Stub.TRANSACTION_done, _data, _reply, 0); in done()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java150 private android.os.IBinder mRemote; field in IFooInterface.Stub.Proxy
153 mRemote = remote; in Proxy()
159 return mRemote; in asBinder()
171 boolean _status = mRemote.transact(Stub.TRANSACTION_originalApi, _data, _reply, 0); in originalApi()
190 … boolean _status = mRemote.transact(Stub.TRANSACTION_acceptUnionAndReturnString, _data, _reply, 0); in acceptUnionAndReturnString()
213 …boolean _status = mRemote.transact(Stub.TRANSACTION_ignoreParcelablesAndRepeatInt, _data, _reply, … in ignoreParcelablesAndRepeatInt()
240 … boolean _status = mRemote.transact(Stub.TRANSACTION_returnsLengthOfFooArray, _data, _reply, 0); in returnsLengthOfFooArray()
260 … boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceVersion, data, reply, 0); in getInterfaceVersion()
277 boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceHash, data, reply, 0); in getInterfaceHash()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java150 private android.os.IBinder mRemote; field in IFooInterface.Stub.Proxy
153 mRemote = remote; in Proxy()
159 return mRemote; in asBinder()
171 boolean _status = mRemote.transact(Stub.TRANSACTION_originalApi, _data, _reply, 0); in originalApi()
190 … boolean _status = mRemote.transact(Stub.TRANSACTION_acceptUnionAndReturnString, _data, _reply, 0); in acceptUnionAndReturnString()
213 …boolean _status = mRemote.transact(Stub.TRANSACTION_ignoreParcelablesAndRepeatInt, _data, _reply, … in ignoreParcelablesAndRepeatInt()
240 … boolean _status = mRemote.transact(Stub.TRANSACTION_returnsLengthOfFooArray, _data, _reply, 0); in returnsLengthOfFooArray()
260 … boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceVersion, data, reply, 0); in getInterfaceVersion()
277 boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceHash, data, reply, 0); in getInterfaceHash()

123