/aosp12/system/libhidl/transport/include/hidl/ |
H A D | HidlTransportSupport.h | 162 sp<IType> getServiceInternal(const std::string& instance, bool retry, bool getStub) { in getServiceInternal() argument 165 sp<IBase> base = getRawServiceInternal(IType::descriptor, instance, retry, getStub); in getServiceInternal()
|
H A D | ServiceManagement.h | 67 bool retry, bool getStub);
|
/aosp12/system/libhidl/transport/ |
H A D | ServiceManagement.cpp | 740 bool retry, bool getStub) { in getRawServiceInternal() argument 781 for (int tries = 0; !getStub && (vintfHwbinder || vintfLegacy); tries++) { in getRawServiceInternal() 822 if (getStub || vintfPassthru || vintfLegacy) { in getRawServiceInternal() 826 if (!getStub || trebleTestingOverride) { in getRawServiceInternal()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | RemoteConnectionService.java | 578 mOutgoingConnectionServiceRpc.addConnectionServiceAdapter(mServant.getStub(), in createRemoteConnection() 613 mOutgoingConnectionServiceRpc.addConnectionServiceAdapter(mServant.getStub(), in createRemoteConference() 663 mOutgoingConnectionServiceRpc.removeConnectionServiceAdapter(mServant.getStub(), in maybeDisconnectAdapter()
|
H A D | VideoCallbackServant.java | 168 public IVideoCallback getStub() { in getStub() method in VideoCallbackServant
|
H A D | ConnectionServiceAdapterServant.java | 701 public IConnectionServiceAdapter getStub() { in getStub() method in ConnectionServiceAdapterServant
|
H A D | RemoteConnection.java | 472 mVideoProviderBinder.addVideoCallback(mVideoCallbackServant.getStub().asBinder()); in VideoProvider()
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSessionManager.java | 481 mService.addSession2TokensListener(wrapper.getStub(), userId); in addOnSession2TokensChangedListener() 509 mService.removeSession2TokensListener(wrapper.getStub()); in removeOnSession2TokensChangedListener() 1315 public ISession2TokensListener.Stub getStub() { in getStub() method in MediaSessionManager.Session2TokensChangedWrapper
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 1233 getLockSettings().registerStrongAuthTracker(strongAuthTracker.getStub()); in registerStrongAuthTracker() 1241 getLockSettings().unregisterStrongAuthTracker(strongAuthTracker.getStub()); in unregisterStrongAuthTracker() 1642 public IStrongAuthTracker.Stub getStub() { in getStub() method in LockPatternUtils.StrongAuthTracker
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorTest.java | 225 when(mStrongAuthTracker.getStub()).thenReturn(mock(IStrongAuthTracker.Stub.class)); in setup()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 324 strongAuth.registerStrongAuthTracker(getStub()); in register()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55379 Landroid/telecom/ConnectionServiceAdapterServant;->getStub()Lcom/android/internal/telecom/IConnecti… 55982 Landroid/telecom/VideoCallbackServant;->getStub()Lcom/android/internal/telecom/IVideoCallback;
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22574 HSPLcom/android/internal/widget/LockPatternUtils$StrongAuthTracker;->getStub()Landroid/app/trust/IS…
|