Home
last modified time | relevance | path

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

12345678910>>...39

/frameworks/base/config/
Dhiddenapi-greylist.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-greylist-max-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/bluetooth/IBluetooth$Stub;-><init>()V
5 Landroid/bluetooth/IBluetoothA2dp$Stub;-><init>()V
6 Landroid/content/IIntentReceiver$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentRe…
7 Landroid/content/IIntentSender$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentSend…
8 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/…
9 Landroid/service/carrier/ICarrierMessagingCallback$Stub;-><init>()V
10 Landroid/view/IGraphicsStats$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
[all …]
Dhiddenapi-greylist-max-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 …]
Dpreloaded-classes50 android.accounts.IAccountManager$Stub$Proxy
51 android.accounts.IAccountManager$Stub
53 android.accounts.IAccountManagerResponse$Stub
227 android.app.IActivityManager$Stub$Proxy
228 android.app.IActivityManager$Stub
230 android.app.IActivityTaskManager$Stub$Proxy
231 android.app.IActivityTaskManager$Stub
234 android.app.IAlarmListener$Stub
236 android.app.IAlarmManager$Stub$Proxy
237 android.app.IAlarmManager$Stub
[all …]
/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/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/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/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/core/java/android/app/
DSystemServiceRegistry.java249 IAccountManager service = IAccountManager.Stub.asInterface(b); in registerService()
281 IAlarmManager service = IAlarmManager.Stub.asInterface(b); in registerService()
311 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b)); in registerService()
339 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService()
364 IIpSecService service = IIpSecService.Stub.asInterface(b); in registerService()
373 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService()
385 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService()
399 IConnectivityManager.Stub.asInterface(csBinder); in registerService()
407 ITestNetworkManager tnMgr = ITestNetworkManager.Stub.asInterface(tnBinder); in registerService()
417 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService()
[all …]
DUiAutomationConnection.java61 public final class UiAutomationConnection extends IUiAutomationConnection.Stub {
67 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface(
70 private final IAccessibilityManager mAccessibilityManager = IAccessibilityManager.Stub
73 private final IPackageManager mPackageManager = IPackageManager.Stub
76 private final IActivityManager mActivityManager = IActivityManager.Stub
441 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in registerUiTestAutomationServiceLocked()
464 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in unregisterUiTestAutomationServiceLocked()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java151 return IEuiccCardController.Stub.asInterface( in getIEuiccCardController()
166 new IGetAllProfilesCallback.Stub() { in requestAllProfiles()
195 new IGetProfileCallback.Stub() { in requestProfile()
225 refresh, new IDisableProfileCallback.Stub() { in disableProfile()
256 refresh, new ISwitchToProfileCallback.Stub() { in switchToProfile()
286 nickname, new ISetNicknameCallback.Stub() { in setNickname()
315 new IDeleteProfileCallback.Stub() { in deleteProfile()
345 new IResetMemoryCallback.Stub() { in resetMemory()
373 new IGetDefaultSmdpAddressCallback.Stub() { in requestDefaultSmdpAddress()
401 new IGetSmdsAddressCallback.Stub() { in requestSmdsAddress()
[all …]
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java991 mNetworkPolicy = INetworkPolicyManager.Stub in getINetworkPolicyManager()
1180 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfo()
1214 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoForIcc()
1248 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoForSimSlotIndex()
1272 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAllSubscriptionInfoList()
1353 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoList()
1404 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAvailableSubscriptionInfoList()
1443 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAccessibleSubscriptionInfoList()
1472 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in requestEmbeddedSubscriptionInfoListRefresh()
1501 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in requestEmbeddedSubscriptionInfoListRefresh()
[all …]
/frameworks/base/core/java/android/net/
DCaptivePortal.java128 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED); in reportCaptivePortalDismissed()
142 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED); in ignoreNetwork()
160 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS); in useNetwork()
174 ICaptivePortal.Stub.asInterface(mBinder).appRequest(APP_REQUEST_REEVALUATION_REQUIRED); in reevaluateNetwork()
189 ICaptivePortal.Stub.asInterface(mBinder).logEvent(eventId, packageName); in logEvent()
/frameworks/base/services/core/java/com/android/server/location/
DLocationProviderProxy.java62 private final ILocationProviderManager.Stub mManager = new ILocationProviderManager.Stub() {
149 ILocationProvider service = ILocationProvider.Stub.asInterface(binder); in initializeService()
177 ILocationProvider service = ILocationProvider.Stub.asInterface(binder); in setRequest()
195 ILocationProvider service = ILocationProvider.Stub.asInterface(binder); in getStatus()
203 ILocationProvider service = ILocationProvider.Stub.asInterface(binder); in getStatusUpdateTime()
211 ILocationProvider service = ILocationProvider.Stub.asInterface(binder);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonAbsoluteStub.cpp40 : Stub(), m_Name("HexagonTrampoline"), m_pData(NULL), m_Size(0x0) { in HexagonAbsoluteStub()
52 : Stub(), m_Name("AbsVeneer"), m_pData(pData), m_Size(pSize) { in HexagonAbsoluteStub()
108 Stub* HexagonAbsoluteStub::doClone() { in doClone()
/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));
DBinderWorkSourceService.java26 private final IBinderWorkSourceService.Stub mBinder =
27 new IBinderWorkSourceService.Stub() {
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java50 private IBpcTestAppCmdService.Stub mBinder = new IBpcTestAppCmdService.Stub() {
89 ITestRemoteCallback cb = new ITestRemoteCallback.Stub() {};
144 mBpcService = IBinderProxyCountingService.Stub.asInterface(service);
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
DCmdReceiverService.java25 private ICmdReceiverService.Stub mBinder = new ICmdReceiverService.Stub() {
/frameworks/base/location/lib/java/com/android/location/provider/
DGeofenceProvider.java40 private IGeofenceProvider.Stub mProvider = new IGeofenceProvider.Stub() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java721 new IGetEidCallback.Stub() { in processMessage()
738 new IGetDownloadableSubscriptionMetadataCallback.Stub() { in processMessage()
758 new IDownloadSubscriptionCallback.Stub() { in processMessage()
772 new IGetEuiccProfileInfoListCallback.Stub() { in processMessage()
789 new IGetDefaultDownloadableSubscriptionListCallback.Stub() { in processMessage()
805 new IGetEuiccInfoCallback.Stub() { in processMessage()
820 new IDeleteSubscriptionCallback.Stub() { in processMessage()
836 new ISwitchToSubscriptionCallback.Stub() { in processMessage()
852 new IUpdateSubscriptionNicknameCallback.Stub() { in processMessage()
866 new IEraseSubscriptionsCallback.Stub() { in processMessage()
[all …]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DDockedStackListenerCompat.java26 IDockedStackListener.Stub mListener = new IDockedStackListener.Stub() {
/frameworks/base/apct-tests/perftests/core/src/android/os/
DSomeService.java23 private final ISomeService.Stub mBinder =
24 new ISomeService.Stub() {

12345678910>>...39