Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DCommonClock.java113 mRemote = ServiceManager.getService(SERVICE_NAME); in CommonClock()
114 if (null == mRemote) in CommonClock()
117 mInterfaceDesc = mRemote.getInterfaceDescriptor(); in CommonClock()
118 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc); in CommonClock()
119 mRemote.linkToDeath(mDeathHandler, 0); in CommonClock()
150 if (null != mRemote) { in release()
152 mRemote.unlinkToDeath(mDeathHandler, 0); in release()
155 mRemote = null; in release()
293 if ((null == mRemote) || (null == mUtils)) in throwOnDeadServer()
301 private IBinder mRemote = null; field in CommonClock
[all …]
DCommonTimeConfig.java65 mRemote = ServiceManager.getService(SERVICE_NAME); in CommonTimeConfig()
66 if (null == mRemote) in CommonTimeConfig()
69 mInterfaceDesc = mRemote.getInterfaceDescriptor(); in CommonTimeConfig()
70 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc); in CommonTimeConfig()
71 mRemote.linkToDeath(mDeathHandler, 0); in CommonTimeConfig()
100 if (null != mRemote) { in release()
102 mRemote.unlinkToDeath(mDeathHandler, 0); in release()
105 mRemote = null; in release()
364 mRemote.transact(METHOD_FORCE_NETWORKLESS_MASTER_MODE, data, reply, 0); in forceNetworklessMasterMode()
406 return ((null == mRemote) || (null == mUtils)); in checkDeadServer()
[all …]
DServiceManagerNative.java113 mRemote = remote; in ServiceManagerProxy()
117 return mRemote; in asBinder()
125 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0); in getService()
137 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0); in checkService()
153 mRemote.transact(ADD_SERVICE_TRANSACTION, data, reply, 0); in addService()
169 boolean res = mRemote.transact(LIST_SERVICES_TRANSACTION, data, reply, 0); in listServices()
194 mRemote.transact(SET_PERMISSION_CONTROLLER_TRANSACTION, data, reply, 0); in setPermissionController()
199 private IBinder mRemote; field in ServiceManagerProxy
DCommonTimeUtils.java44 mRemote = remote; in CommonTimeUtils()
57 mRemote.transact(method_code, data, reply, 0); in transactGetInt()
77 mRemote.transact(method_code, data, reply, 0); in transactSetInt()
99 mRemote.transact(method_code, data, reply, 0); in transactGetLong()
119 mRemote.transact(method_code, data, reply, 0); in transactSetLong()
141 mRemote.transact(method_code, data, reply, 0); in transactGetString()
161 mRemote.transact(method_code, data, reply, 0); in transactSetString()
183 mRemote.transact(method_code, data, reply, 0); in transactGetSockaddr()
277 mRemote.transact(method_code, data, reply, 0); in transactSetSockaddr()
291 private IBinder mRemote; field in CommonTimeUtils
DCancellationSignal.java27 private ICancellationSignal mRemote; field in CancellationSignal
72 remote = mRemote; in cancel()
141 if (mRemote == remote) { in setRemote()
144 mRemote = remote; in setRemote()
/frameworks/base/core/tests/coretests/src/android/os/
DAidlTest.java30 private IAidlTest mRemote; field in AidlTest
36 mRemote = IAidlTest.Stub.asInterface(mLocal); in setUp()
209 int result = mRemote.intMethod(42); in testInt()
216 TestParcelable result = mRemote.parcelableIn(arg); in testParcelableIn()
226 TestParcelable result = mRemote.parcelableOut(arg); in testParcelableOut()
234 TestParcelable result = mRemote.parcelableInOut(arg); in testParcelableInOut()
245 TestParcelable result = mRemote.listParcelableLonger(list, 1); in testListParcelableLonger()
270 int result = mRemote.listParcelableShorter(list, 2); in testListParcelableShorter()
291 boolean[] br = mRemote.booleanArray(b0, b1, b2); in testArrays()
307 char[] cr = mRemote.charArray(c0, c1, c2); in testArrays()
[all …]
/frameworks/base/core/java/android/database/
DBulkCursorNative.java141 private IBinder mRemote; field in BulkCursorProxy
146 mRemote = remote; in BulkCursorProxy()
152 return mRemote; in asBinder()
163 mRemote.transact(GET_CURSOR_WINDOW_TRANSACTION, data, reply, 0); in getWindow()
184 mRemote.transact(ON_MOVE_TRANSACTION, data, reply, 0); in onMove()
199 mRemote.transact(DEACTIVATE_TRANSACTION, data, reply, 0); in deactivate()
214 mRemote.transact(CLOSE_TRANSACTION, data, reply, 0); in close()
229 boolean result = mRemote.transact(REQUERY_TRANSACTION, data, reply, 0); in requery()
253 mRemote.transact(GET_EXTRAS_TRANSACTION, data, reply, 0); in getExtras()
272 mRemote.transact(RESPOND_TRANSACTION, data, reply, 0); in respond()
DCursorToBulkCursorAdaptor.java56 protected IContentObserver mRemote; field in CursorToBulkCursorAdaptor.ContentObserverProxy
60 mRemote = remoteObserver; in ContentObserverProxy()
69 return mRemote.asBinder().unlinkToDeath(recipient, 0); in unlinkToDeath()
81 mRemote.onChange(selfChange, uri, android.os.Process.myUid()); in onChange()
/frameworks/native/libs/binder/
DBinder.cpp276 : mRemote(o.get()), mRefs(NULL), mState(0) in BpRefBase()
280 if (mRemote) { in BpRefBase()
281 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase()
282 mRefs = mRemote->createWeak(this); // Held for our entire lifetime. in BpRefBase()
288 if (mRemote) { in ~BpRefBase()
290 mRemote->decStrong(this); in ~BpRefBase()
303 if (mRemote) { in onLastStrongRef()
304 mRemote->decStrong(this); in onLastStrongRef()
310 return mRemote ? mRefs->attemptIncStrong(this) : false; in onIncStrongAttempted()
/frameworks/base/core/java/android/content/
DContentProviderNative.java382 mRemote = remote; in ContentProviderProxy()
388 return mRemote; in asBinder()
416 mRemote.transact(IContentProvider.QUERY_TRANSACTION, data, reply, 0); in query()
422 Binder.copyAllowBlocking(mRemote, (d.cursor != null) ? d.cursor.asBinder() : null); in query()
451 mRemote.transact(IContentProvider.GET_TYPE_TRANSACTION, data, reply, 0); in getType()
474 mRemote.transact(IContentProvider.INSERT_TRANSACTION, data, reply, 0); in insert()
496 mRemote.transact(IContentProvider.BULK_INSERT_TRANSACTION, data, reply, 0); in bulkInsert()
520 mRemote.transact(IContentProvider.APPLY_BATCH_TRANSACTION, data, reply, 0); in applyBatch()
545 mRemote.transact(IContentProvider.DELETE_TRANSACTION, data, reply, 0); in delete()
570 mRemote.transact(IContentProvider.UPDATE_TRANSACTION, data, reply, 0); in update()
[all …]
/frameworks/native/libs/binder/include/binder/
DBinder.h89 inline IBinder* remote() { return mRemote; } in remote()
90 inline IBinder* remote() const { return mRemote; } in remote()
96 IBinder* const mRemote; variable
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp136 if (mRemote == nullptr) { in createCaptureRequest()
140 binder::Status remoteRet = mRemote->createDefaultRequest(templateId, &rawRequest); in createCaptureRequest()
255 remoteRet = mRemote->submitRequestList(requestList, isRepeating, &info); in submitRequestsLocked()
341 auto remoteRet = mRemote->updateOutputConfiguration(streamId, outConfig); in updateOutputConfigurationLocked()
479 if (mRemote != nullptr) { in disconnectLocked()
480 mRemote->disconnect(); in disconnectLocked()
482 mRemote = nullptr; in disconnectLocked()
501 binder::Status remoteRet = mRemote->cancelRequest(repeatingSequenceId, &lastFrameNumber); in stopRepeatingLocked()
557 binder::Status remoteRet = mRemote->flush(&lastFrameNumber); in flushLocked()
581 binder::Status remoteRet = mRemote->waitUntilIdle(); in waitUntilIdleLocked()
[all …]
DACameraDevice.h180 sp<hardware::camera2::ICameraDeviceUser> mRemote; variable
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp120 sockaddr_storage mRemote; member in __anon5fc701100111::AudioStream
205 mRemote = *remote; in set()
299 (sockaddr *)&mRemote, sizeof(mRemote)); in encode()
358 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote, in encode()
359 sizeof(mRemote)); in encode()
437 mRemote = remote; in decode()
/frameworks/base/config/
Dhiddenapi-private-dex.txt193 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;
254 Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub$Proxy;->mRemote:Landroid/os/IBin…
587 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;->mRemote:Landroid/os/IBinder;
627 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;
677 Landroid/accounts/IAccountManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
807 Landroid/accounts/IAccountManagerResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;
3187 Landroid/app/admin/IDeviceAdminService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
3348 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
5218 Landroid/app/backup/IBackupManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
5312 Landroid/app/backup/IBackupManagerMonitor$Stub$Proxy;->mRemote:Landroid/os/IBinder;
[all …]
Dhiddenapi-light-greylist.txt25 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;->mRemote:Landroid/os/IBinder;
39 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;
49 Landroid/accounts/IAccountManagerResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;
592 Landroid/app/IActivityManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
733 Landroid/app/IServiceConnection$Stub$Proxy;->mRemote:Landroid/os/IBinder;
738 Landroid/app/IStopUserCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
759 Landroid/app/job/IJobCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
770 Landroid/app/job/IJobService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
1401 Landroid/content/IIntentReceiver$Stub$Proxy;->mRemote:Landroid/os/IBinder;
1434 Landroid/content/ISyncAdapter$Stub$Proxy;->mRemote:Landroid/os/IBinder;
[all …]