/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | OneShotRemoteHandler.java | 48 private RemoteTransition mRemote; field in OneShotRemoteHandler 53 mRemote = remote; in OneShotRemoteHandler() 67 + " transition %s for (#%d).", mRemote, info.getDebugId()); in startAnimation() 72 Transitions.setRunningRemoteTransitionDelegate(mRemote.getAppThread()); in startAnimation() 74 if (mRemote.asBinder() != null) { in startAnimation() 75 mRemote.asBinder().linkToDeath(remoteDied, 0 /* flags */); in startAnimation() 80 startTransaction, mRemote.getRemoteTransition()); in startAnimation() 83 mRemote.getRemoteTransition().startAnimation(transition, remoteInfo, remoteStartT, cb); in startAnimation() 88 if (mRemote.asBinder() != null) { in startAnimation() 89 mRemote.asBinder().unlinkToDeath(remoteDied, 0 /* flags */); in startAnimation() [all …]
|
D | RemoteTransitionHandler.java | 374 private final IBinder mRemote; field in RemoteTransitionHandler.RemoteDeathHandler 380 mRemote = remote; in RemoteDeathHandler() 406 if (mRemote.equals(mFilters.get(i).second.asBinder())) { in binderDied() 411 if (mRemote.equals(mRequestedRemotes.valueAt(i).asBinder())) { in binderDied()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ScrollCaptureConnectionTest.java | 78 private IScrollCaptureCallbacks mRemote; field in ScrollCaptureConnectionTest 91 when(mRemote.asBinder()).thenReturn(mConnectionBinder); in setUp() 124 mConnection.startCapture(mSurface, mRemote); in testStartCapture() 131 verify(mRemote, times(1)).onCaptureStarted(); in testStartCapture() 136 ICancellationSignal signal = mConnection.startCapture(mSurface, mRemote); in testStartCapture_cancellation() 142 verify(mRemote, never()).onCaptureStarted(); in testStartCapture_cancellation() 148 mConnection.startCapture(mSurface, mRemote); in testRequestImage() 154 verify(mRemote, times(1)) in testRequestImage() 162 mConnection.startCapture(mSurface, mRemote); in testRequestImage_afterClose() 175 mConnection.startCapture(mSurface, mRemote); in testRequestImage_cancellation() [all …]
|
/frameworks/base/core/java/android/database/ |
D | BulkCursorNative.java | 143 private IBinder mRemote; field in BulkCursorProxy 148 mRemote = remote; in BulkCursorProxy() 154 return mRemote; in asBinder() 165 mRemote.transact(GET_CURSOR_WINDOW_TRANSACTION, data, reply, 0); in getWindow() 186 mRemote.transact(ON_MOVE_TRANSACTION, data, reply, 0); in onMove() 201 mRemote.transact(DEACTIVATE_TRANSACTION, data, reply, 0); in deactivate() 216 mRemote.transact(CLOSE_TRANSACTION, data, reply, 0); in close() 231 boolean result = mRemote.transact(REQUERY_TRANSACTION, data, reply, 0); in requery() 255 mRemote.transact(GET_EXTRAS_TRANSACTION, data, reply, 0); in getExtras() 274 mRemote.transact(RESPOND_TRANSACTION, data, reply, 0); in respond()
|
D | CursorToBulkCursorAdaptor.java | 63 protected IContentObserver mRemote; field in CursorToBulkCursorAdaptor.ContentObserverProxy 67 mRemote = remoteObserver; in ContentObserverProxy() 76 return mRemote.asBinder().unlinkToDeath(recipient, 0); in unlinkToDeath() 97 mRemote.onChangeEtc(selfChange, asArray, flags, userId); in onChange()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | AidlTest.java | 43 private IAidlTest mRemote; field in AidlTest 50 mRemote = IAidlTest.Stub.asInterface(mLocal); in setUp() 231 int result = mRemote.intMethod(42); in testInt() 239 TestParcelable result = mRemote.parcelableIn(arg); in testParcelableIn() 250 TestParcelable result = mRemote.parcelableOut(arg); in testParcelableOut() 259 TestParcelable result = mRemote.parcelableInOut(arg); in testParcelableInOut() 271 TestParcelable result = mRemote.listParcelableLonger(list, 1); in testListParcelableLonger() 297 int result = mRemote.listParcelableShorter(list, 2); in testListParcelableShorter() 319 boolean[] br = mRemote.booleanArray(b0, b1, b2); in testArrays() 335 char[] cr = mRemote.charArray(c0, c1, c2); in testArrays() [all …]
|
/frameworks/base/core/java/android/view/ |
D | ScrollCaptureConnection.java | 68 private IScrollCaptureCallbacks mRemote; field in ScrollCaptureConnection 107 mRemote = requireNonNull(remote, "<callbacks> must non-null"); in startCapture() 108 mRemote.asBinder().linkToDeath(this, 0); in startCapture() 126 mRemote.onCaptureStarted(); in onStartCaptureCompleted() 160 mRemote.onImageRequestCompleted(0, capturedArea); in onImageRequestCompleted() 194 if (mRemote != null) { in onEndCaptureCompleted() 195 mRemote.onCaptureEnded(); in onEndCaptureCompleted() 226 if (mRemote != null) { in close() 227 mRemote.asBinder().unlinkToDeath(this, 0); in close() 232 mRemote = null; in close() [all …]
|
/frameworks/base/core/java/android/os/ |
D | CancellationSignal.java | 31 private ICancellationSignal mRemote; field in CancellationSignal 77 remote = mRemote; in cancel() 146 if (mRemote == remote) { in setRemote() 149 mRemote = remote; in setRemote()
|
D | ServiceManagerNative.java | 52 mRemote = remote; in ServiceManagerProxy() 57 return mRemote; in asBinder() 128 private IBinder mRemote; field in ServiceManagerProxy
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderNative.java | 458 mRemote = remote; in ContentProviderProxy() 464 return mRemote; in asBinder() 493 mRemote.transact(IContentProvider.QUERY_TRANSACTION, data, reply, 0); in query() 499 Binder.copyAllowBlocking(mRemote, (d.cursor != null) ? d.cursor.asBinder() : null); in query() 528 mRemote.transact(IContentProvider.GET_TYPE_TRANSACTION, data, reply, 0); in getType() 549 mRemote.transact(IContentProvider.GET_TYPE_ASYNC_TRANSACTION, data, null, in getTypeAsync() 566 mRemote.transact(IContentProvider.GET_TYPE_ANONYMOUS_ASYNC_TRANSACTION, data, null, in getTypeAnonymousAsync() 587 mRemote.transact(IContentProvider.INSERT_TRANSACTION, data, reply, 0); in insert() 610 mRemote.transact(IContentProvider.BULK_INSERT_TRANSACTION, data, reply, 0); in bulkInsert() 635 mRemote.transact(IContentProvider.APPLY_BATCH_TRANSACTION, data, reply, 0); in applyBatch() [all …]
|
/frameworks/base/core/java/android/app/ondeviceintelligence/ |
D | ProcessingSignal.java | 52 private IProcessingSignal mRemote; field in ProcessingSignal 100 remote = mRemote; in sendSignal() 176 mRemote = remote; in setRemote()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-unsupported.txt | 3 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;->mRemote:Landroid/os/IBinder; 7 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder; 14 Landroid/accounts/IAccountManagerResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder; 28 Landroid/app/IActivityManager$Stub$Proxy;->mRemote:Landroid/os/IBinder; 42 Landroid/app/IServiceConnection$Stub$Proxy;->mRemote:Landroid/os/IBinder; 46 Landroid/app/IStopUserCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder; 54 Landroid/app/job/IJobCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder; 60 Landroid/app/job/IJobService$Stub$Proxy;->mRemote:Landroid/os/IBinder; 71 Landroid/content/IIntentReceiver$Stub$Proxy;->mRemote:Landroid/os/IBinder; 77 Landroid/content/ISyncAdapter$Stub$Proxy;->mRemote:Landroid/os/IBinder; [all …]
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 156 if (mRemote == nullptr) { in createCaptureRequest() 161 ScopedAStatus remoteRet = mRemote->createDefaultRequest( in createCaptureRequest() 243 ScopedAStatus remoteRet = mRemote->isSessionConfigurationSupported( in isSessionConfigurationSupported() 311 auto remoteRet = mRemote->updateOutputConfiguration(streamId, in updateOutputConfigurationLocked() 367 auto remoteRet = mRemote->prepare(streamId); in prepareLocked() 531 if (mRemote != nullptr) { in disconnectLocked() 533 auto ret = mRemote->disconnect(); in disconnectLocked() 539 mRemote = nullptr; in disconnectLocked() 557 ScopedAStatus remoteRet = mRemote->cancelRepeatingRequest(&lastFrameNumber); in stopRepeatingLocked() 605 ScopedAStatus remoteRet = mRemote->flush(&lastFrameNumber); in flushLocked() [all …]
|
D | ACameraDeviceVendor.inc | 100 ndk::ScopedAStatus remoteRet = mRemote->submitRequestList(requestList, isRepeating, &info);
|
D | ACameraDevice.h | 254 std::shared_ptr<ICameraDeviceUser> mRemote; variable
|
/frameworks/native/services/surfaceflinger/tests/ |
D | IPC_test.cpp | 220 IPCTest() : mDeathRecipient(new BBinder), mRemote(initRemoteService()) { in IPCTest() 244 sp<IIPCTest> mRemote; member in android::test::IPCTest 321 mRemote->initClient(); in TEST_F() 322 mRemote->createTransaction(&remote, mDisplayWidth / 2, mDisplayHeight / 2); in TEST_F() 341 mRemote->verifyCallbacks(); in TEST_F() 342 mRemote->cleanUp(); in TEST_F()
|
/frameworks/native/include/binder/ |
D | Binder.h | 149 LIBBINDER_EXPORTED inline IBinder* remote() const { return mRemote; } in remote() 151 return sp<IBinder>::fromExisting(mRemote); in remoteStrong() 158 IBinder* const mRemote; variable
|
/frameworks/native/libs/binder/include/binder/ |
D | Binder.h | 149 LIBBINDER_EXPORTED inline IBinder* remote() const { return mRemote; } in remote() 151 return sp<IBinder>::fromExisting(mRemote); in remoteStrong() 158 IBinder* const mRemote; variable
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 155 if (mRemote == nullptr) { in createCaptureRequest() 159 binder::Status remoteRet = mRemote->createDefaultRequest(templateId, &rawRequest); in createCaptureRequest() 255 binder::Status remoteRet = mRemote->isSessionConfigurationSupported( in isSessionConfigurationSupported() 315 auto remoteRet = mRemote->updateOutputConfiguration(streamId, outConfig); in updateOutputConfigurationLocked() 365 auto remoteRet = mRemote->prepare(streamId); in prepareLocked() 521 if (mRemote != nullptr) { in disconnectLocked() 522 mRemote->disconnect(); in disconnectLocked() 524 mRemote = nullptr; in disconnectLocked() 543 binder::Status remoteRet = mRemote->cancelRequest(repeatingSequenceId, &lastFrameNumber); in stopRepeatingLocked() 599 binder::Status remoteRet = mRemote->flush(&lastFrameNumber); in flushLocked() [all …]
|
D | ACameraDevice.inc | 91 remoteRet = mRemote->submitRequestList(requestList, isRepeating, &info);
|
D | ACameraDevice.h | 207 sp<hardware::camera2::ICameraDeviceUser> mRemote; variable
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 835 : mRemote(o.get()), mRefs(nullptr), mState(0) in BpRefBase() 839 if (mRemote) { in BpRefBase() 840 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase() 841 mRefs = mRemote->createWeak(this); // Held for our entire lifetime. in BpRefBase() 847 if (mRemote) { in ~BpRefBase() 849 mRemote->decStrong(this); in ~BpRefBase() 862 if (mRemote) { in onLastStrongRef() 863 mRemote->decStrong(this); in onLastStrongRef() 869 return mRemote ? mRefs->attemptIncStrong(this) : false; in onIncStrongAttempted()
|
/frameworks/base/core/java/android/companion/ |
D | CompanionDeviceService.java | 124 private final Stub mRemote = new Stub(); field in CompanionDeviceService 292 return mRemote; in onBind()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 122 sockaddr_storage mRemote; member in __anon3727f2a40111::AudioStream 207 mRemote = *remote; in set() 301 (sockaddr *)&mRemote, sizeof(mRemote)); in encode() 360 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote, in encode() 361 sizeof(mRemote)); in encode() 446 mRemote = remote; in decode()
|
/frameworks/native/libs/binder/ndk/ |
D | ibinder_internal.h | 108 ::android::sp<::android::IBinder> getBinder() override { return mRemote; } in getBinder() 119 ::android::sp<::android::IBinder> mRemote;
|