Home
last modified time | relevance | path

Searched refs:Stub (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/frameworks/base/boot/hiddenapi/
Dhiddenapi-unsupported.txt1 Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub;->asInterface(Landroid/os/IBinde…
2 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
3 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;->mRemote:Landroid/os/IBinder;
4 Landroid/accounts/IAccountAuthenticator$Stub;-><init>()V
5 Landroid/accounts/IAccountAuthenticator$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts/I…
6 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
7 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;
8 Landroid/accounts/IAccountAuthenticatorResponse$Stub;-><init>()V
9 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/ac…
10 Landroid/accounts/IAccountManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
[all …]
Dhiddenapi-max-target-r-loprio.txt1 Landroid/app/IActivityManager$Stub$Proxy;->setActivityController(Landroid/app/IActivityController;Z…
2 Landroid/app/IActivityManager$Stub$Proxy;->updatePersistentConfiguration(Landroid/content/res/Confi…
3 Landroid/app/IActivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IActivityManager;
4 Landroid/app/IInstrumentationWatcher$Stub;-><init>()V
5 Landroid/app/INotificationManager$Stub;->TRANSACTION_enqueueNotificationWithTag:I
6 Landroid/companion/ICompanionDeviceDiscoveryService$Stub;-><init>()V
7 Landroid/content/om/IOverlayManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/om/IOv…
8 Landroid/content/pm/IPackageManager$Stub;->TRANSACTION_getApplicationInfo:I
9 Landroid/hardware/ICameraService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICameraS…
10 Landroid/hardware/input/IInputManager$Stub;->TRANSACTION_injectInputEvent:I
[all …]
Dhiddenapi-max-target-p.txt1 Landroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstrume…
2 Landroid/app/ISearchManager$Stub;-><init>()V
3 Landroid/app/IUiModeManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUiModeManager;
4 Landroid/content/IIntentReceiver$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentRe…
5 Landroid/content/IIntentSender$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentSend…
6 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/…
7 Landroid/service/carrier/ICarrierMessagingCallback$Stub;-><init>()V
8 Landroid/view/IGraphicsStats$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
9 Landroid/view/IGraphicsStats$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IGraphicsStats;
27 Lcom/android/internal/telephony/IPhoneSubInfo$Stub;-><init>()V
Dhiddenapi-max-target-o.txt183 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
184 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->clearAccessibilityCache()V
185 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->getInterfaceDescriptor()Ljav…
186 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->init(Landroid/accessibilitys…
187 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;
188 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->onAccessibilityButtonAvailab…
189 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->onAccessibilityButtonClicked…
190 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->onAccessibilityEvent(Landroi…
191 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->onFingerprintCapturingGestur…
192 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy;->onFingerprintGesture(I)V
[all …]
/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp20 Stub::Stub() : Fragment(Fragment::Stub), m_pSymInfo(NULL) { in Stub() function in mcld::Stub
23 Stub::~Stub() { in ~Stub()
28 void Stub::setSymInfo(ResolveInfo* pSymInfo) { in setSymInfo()
32 void Stub::applyFixup(Relocation& pSrcReloc, in applyFixup()
67 void Stub::applyFixup(FragmentRef& pSrcFragRef, in applyFixup()
75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) { in addFixup()
80 void Stub::addFixup(const Fixup& pFixup) { in addFixup()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h28 class Stub; variable
91 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);
94 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub);
96 void addStub(Stub& pStub);
108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) in Key()
113 const Stub* prototype() const { return m_pPrototype; } in prototype()
117 Stub::SWord addend() const { return m_Addend; } in addend()
152 const Stub* m_pPrototype;
154 Stub::SWord m_Addend;
157 typedef HashEntry<Key, Stub*, Key::Compare> StubEntryType;
DStubFactory.h22 class Stub; variable
33 void addPrototype(Stub* pPrototype);
36 Stub* create(Relocation& pReloc,
41 Stub* create(FragmentRef& pFragRef,
48 Stub* findPrototype(const Relocation& pReloc,
52 Stub* findPrototype(const FragmentRef& pFragRef) const;
55 typedef std::vector<Stub*> StubPoolType;
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DFilterPolicy.kt22 Stub,
73 get() = this == Stub || this == StubClass || this == SubstituteAndStub
82 Stub, StubClass, Keep, KeepClass, Remove -> true
91 Stub, Keep, Remove -> true
119 Stub, StubClass, Keep, KeepClass, SubstituteAndStub, SubstituteAndKeep -> true
127 SubstituteAndStub -> Stub in getSubstitutionBasePolicy()
137 StubClass -> Stub in resolveClassWidePolicy()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp35 void StubFactory::addPrototype(Stub* pPrototype) { in addPrototype()
40 Stub* StubFactory::create(Relocation& pReloc, in create()
45 Stub* stub = NULL; in create()
46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
80 Stub* StubFactory::create(FragmentRef& pFragRef, in create()
83 Stub* prototype = findPrototype(pFragRef); in create()
94 Stub* stub = prototype->clone(); in create()
109 Stub* StubFactory::findPrototype(const Relocation& pReloc, in findPrototype()
120 Stub* StubFactory::findPrototype(const FragmentRef& pFragRef) const { in findPrototype()
DBranchIsland.cpp86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) { in findStub()
97 bool BranchIsland::addStub(const Stub* pPrototype, in addStub()
99 Stub& pStub) { in addStub()
126 void BranchIsland::addStub(Stub& pStub) { in addStub()
/frameworks/base/wifi/tests/src/android/net/wifi/sharedconnectivity/service/
DSharedConnectivityServiceTest.java190 ISharedConnectivityService.Stub binder = in getHotspotNetworks()
191 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in getHotspotNetworks()
202 ISharedConnectivityService.Stub binder = in getKnownNetworks()
203 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in getKnownNetworks()
214 ISharedConnectivityService.Stub binder = in getSharedConnectivitySettingsState()
215 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in getSharedConnectivitySettingsState()
226 ISharedConnectivityService.Stub binder = in updateHotspotNetworkConnectionStatus()
227 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in updateHotspotNetworkConnectionStatus()
238 ISharedConnectivityService.Stub binder = in updateKnownNetworkConnectionStatus()
239 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in updateKnownNetworkConnectionStatus()
[all …]
/frameworks/base/tests/EnforcePermission/service-app/src/android/tests/enforcepermission/service/
DNestedTestService.java30 private INested.Stub mBinder;
34 mBinder = new Stub(this); in onCreate()
43 private static class Stub extends INested.Stub { class in NestedTestService
45 Stub(Context context) { in Stub() method in NestedTestService.Stub
DTestService.java41 private IProtected.Stub mBinder;
45 mBinder = new Stub(this); in onCreate()
71 mFuture.complete(INested.Stub.asInterface(service)); in onServiceConnected()
85 private class Stub extends IProtected.Stub { class in TestService
87 Stub(Context context) { in Stub() method in TestService.Stub
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h28 class Stub : public Fragment {
59 Stub();
61 virtual ~Stub();
64 Stub* clone() { return doClone(); } in clone()
122 return F->getKind() == Fragment::Stub; in classof()
125 static bool classof(const Stub*) { return true; } in classof() argument
139 virtual Stub* doClone() = 0;
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java173 return IEuiccCardController.Stub.asInterface( in getIEuiccCardController()
194 new IGetAllProfilesCallback.Stub() { in requestAllProfiles()
226 new IGetProfileCallback.Stub() { in requestProfile()
263 new IGetProfileCallback.Stub() { in requestEnabledProfileForPort()
296 refresh, new IDisableProfileCallback.Stub() { in disableProfile()
334 new ISwitchToProfileCallback.Stub() { in switchToProfile()
371 portIndex, refresh, new ISwitchToProfileCallback.Stub() { in switchToProfile()
404 nickname, new ISetNicknameCallback.Stub() { in setNickname()
436 new IDeleteProfileCallback.Stub() { in deleteProfile()
469 new IResetMemoryCallback.Stub() { in resetMemory()
[all …]
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java349 IAccountManager service = IAccountManager.Stub.asInterface(b); in registerService()
380 IAlarmManager service = IAlarmManager.Stub.asInterface(b); in registerService()
410 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b)); in registerService()
425 return FontManager.create(IFontManager.Stub.asInterface(b)); in registerService()
446 IPacProxyManager service = IPacProxyManager.Stub.asInterface(b); in registerService()
470 IVpnManager service = IVpnManager.Stub.asInterface(b); in registerService()
486 IVcnManagementService service = IVcnManagementService.Stub.asInterface(b); in registerService()
495 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService()
503 return new DevicePolicyManager(ctx, IDevicePolicyManager.Stub.asInterface(b)); in registerService()
517 IBatteryStats stats = IBatteryStats.Stub.asInterface( in registerService()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/nearby/
DNearbyMediaDevicesManagerTest.kt46 manager.registerNearbyDevicesCallback(object : INearbyMediaDevicesUpdateCallback.Stub() { in registerNearbyDevicesCallback_noProviderRegistered_noCrash()
56 val callback = object : INearbyMediaDevicesUpdateCallback.Stub() { in registerNearbyDevicesCallback_providerRegistered_providerReceivesCallback()
72 val callback = object : INearbyMediaDevicesUpdateCallback.Stub() { in registerNearbyDevicesCallback_multipleProviders_allProvidersReceiveCallback()
85 manager.unregisterNearbyDevicesCallback(object : INearbyMediaDevicesUpdateCallback.Stub() { in unregisterNearbyDevicesCallback_noProviderRegistered_noCrash()
95 val callback = object : INearbyMediaDevicesUpdateCallback.Stub() { in unregisterNearbyDevicesCallback_providerRegistered_providerReceivesCallback()
111 val callback = object : INearbyMediaDevicesUpdateCallback.Stub() { in unregisterNearbyDevicesCallback_multipleProviders_allProvidersReceiveCallback()
126 val callback = object : INearbyMediaDevicesUpdateCallback.Stub() { in newProviderRegisteredAfterCallbacksRegistered_providerGetsPreviouslyRegisteredCallbacks()
145 val callback = object : INearbyMediaDevicesUpdateCallback.Stub() { in providerUnregistered_doesNotReceiveNewCallback()
220 private class TestProvider : INearbyMediaDevicesProvider.Stub() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteModemInterface.java107 private class SatelliteListener extends ISatelliteListener.Stub {
371 mSatelliteService = ISatellite.Stub.asInterface(service); in onServiceConnected()
607 new IIntegerConsumer.Stub() { in requestSatelliteListeningEnabled()
645 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in enableCellularModemWhileSatelliteModeIsOn()
695 isEmergency, new IIntegerConsumer.Stub() { in requestSatelliteEnabled()
724 mSatelliteService.requestIsSatelliteEnabled(new IIntegerConsumer.Stub() { in requestIsSatelliteEnabled()
732 }, new IBooleanConsumer.Stub() { in requestIsSatelliteEnabled()
763 mSatelliteService.requestIsSatelliteSupported(new IIntegerConsumer.Stub() { in requestIsSatelliteSupported()
771 }, new IBooleanConsumer.Stub() { in requestIsSatelliteSupported()
799 mSatelliteService.requestSatelliteCapabilities(new IIntegerConsumer.Stub() { in requestSatelliteCapabilities()
[all …]
/frameworks/base/boot/
Dpreloaded-classes32 android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy
33 android.accessibilityservice.IAccessibilityServiceClient$Stub
76 android.accounts.IAccountAuthenticator$Stub
78 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy
79 android.accounts.IAccountAuthenticatorResponse$Stub
81 android.accounts.IAccountManager$Stub$Proxy
82 android.accounts.IAccountManager$Stub
84 android.accounts.IAccountManagerResponse$Stub
192 android.apex.IApexService$Stub$Proxy
193 android.apex.IApexService$Stub
[all …]
/frameworks/base/services/core/java/com/android/server/telecom/
DInternalServiceRepository.java35 public class InternalServiceRepository extends IInternalServiceRetriever.Stub {
37 private final IDeviceIdleControllerAdapter.Stub mDeviceIdleControllerAdapter =
38 new IDeviceIdleControllerAdapter.Stub() {
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DWeakEscrowTokenTests.java64 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenActivatedImmediatelyIfNoUserPassword()
77 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenActivatedLaterWithUserPassword()
99 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokensRemovedIfCredentialChanged()
124 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenRemovedListenerRegistered()
139 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenRemovedListenerUnregistered()
158 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testUnlockUserWithToken_weakEscrowToken()
186 mock(IWeakEscrowTokenRemovedListener.Stub.class); in mockAliveRemoveListener()
/frameworks/base/config/
Dpreloaded-classes32 android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy
33 android.accessibilityservice.IAccessibilityServiceClient$Stub
76 android.accounts.IAccountAuthenticator$Stub
78 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy
79 android.accounts.IAccountAuthenticatorResponse$Stub
81 android.accounts.IAccountManager$Stub$Proxy
82 android.accounts.IAccountManager$Stub
84 android.accounts.IAccountManagerResponse$Stub
192 android.apex.IApexService$Stub$Proxy
193 android.apex.IApexService$Stub
[all …]
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt1 ## Class: com/android/hoststubgen/test/tinyframework/IPretendingAidl$Stub$Proxy.class
3 public class com.android.hoststubgen.test.tinyframework.IPretendingAidl$Stub$Proxy
7 …x // com/android/hoststubgen/test/tinyframework/IPretendingAidl$Stub$Proxy
10 public com.android.hoststubgen.test.tinyframework.IPretendingAidl$Stub$Proxy();
17 x: ldc #x // String Stub!
33 x: ldc #x // String Stub!
43 …blic static #x= #x of #x; // Stub=class com/android/hoststubgen/test/tinyframework/IPret…
44 …test/tinyframework/IPretendingAidl$Stub$Proxy of class com/android/hoststubgen/test/tinyframework/…
52 ## Class: com/android/hoststubgen/test/tinyframework/IPretendingAidl$Stub.class
54 public class com.android.hoststubgen.test.tinyframework.IPretendingAidl$Stub
[all …]
D02-hoststubgen-test-tiny-framework-host-stub-dump.txt1 ## Class: com/android/hoststubgen/test/tinyframework/IPretendingAidl$Stub$Proxy.class
3 public class com.android.hoststubgen.test.tinyframework.IPretendingAidl$Stub$Proxy
7 …x // com/android/hoststubgen/test/tinyframework/IPretendingAidl$Stub$Proxy
10 public com.android.hoststubgen.test.tinyframework.IPretendingAidl$Stub$Proxy();
17 x: ldc #x // String Stub!
33 x: ldc #x // String Stub!
43 …blic static #x= #x of #x; // Stub=class com/android/hoststubgen/test/tinyframework/IPret…
44 …test/tinyframework/IPretendingAidl$Stub$Proxy of class com/android/hoststubgen/test/tinyframework/…
52 ## Class: com/android/hoststubgen/test/tinyframework/IPretendingAidl$Stub.class
54 public class com.android.hoststubgen.test.tinyframework.IPretendingAidl$Stub
[all …]
/frameworks/base/core/tests/coretests/src/android/os/
DBinderWorkSourceNestedService.java33 private final IBinderWorkSourceNestedService.Stub mBinder =
34 new IBinderWorkSourceNestedService.Stub() {
56 blockingQueue.add(IBinderWorkSourceService.Stub.asInterface(service));

12345678910>>...60