/frameworks/compile/mclinker/include/mcld/LD/ |
StubFactory.h | 22 class Stub; 25 * \brief the clone factory of Stub 32 /// addPrototype - register a stub prototype 33 void addPrototype(Stub* pPrototype); 35 /// create - create a stub if needed, otherwise return NULL 36 Stub* create(Relocation& pReloc, 41 Stub* create(FragmentRef& pFragRef, 46 /// findPrototype - find if there is a registered stub prototype for the given 48 Stub* findPrototype(const Relocation& pReloc, 52 Stub* findPrototype(const FragmentRef& pFragRef) const [all...] |
BranchIsland.h | 17 #include "mcld/Fragment/Stub.h" 28 class Stub; 89 /// findStub - return true if there is a stub built from the given prototype 91 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc); 93 /// addStub - add a stub into the island 94 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub); 96 void addStub(Stub& pStub); 103 * \brief Key to recognize a stub in the island [all...] |
/frameworks/compile/mclinker/lib/Fragment/ |
Stub.cpp | 1 //===- Stub.cpp -----------------------------------------------------------===// 9 #include "mcld/Fragment/Stub.h" 20 Stub::Stub() : Fragment(Fragment::Stub), m_pSymInfo(NULL) { 23 Stub::~Stub() { 28 void Stub::setSymInfo(ResolveInfo* pSymInfo) { 32 void Stub::applyFixup(Relocation& pSrcReloc, 35 // build a name for stub symbo [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
EmptyService.java | 28 private final IEmptyService.Stub mBinder = new IEmptyService.Stub() {
|
CtsRemoteService.java | 29 android.util.Log.d("Process test stub", "CtsRemoteServiceProcessPid:" + Process.myPid()); 32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
FusedProvider.java | 33 private IFusedProvider.Stub mProvider = new IFusedProvider.Stub() {
|
GeofenceProvider.java | 39 private IGeofenceProvider.Stub mProvider = new IGeofenceProvider.Stub() {
|
ActivityRecognitionProviderClient.java | 36 private IActivityRecognitionHardwareClient.Stub mClient = 37 new IActivityRecognitionHardwareClient.Stub() {
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Stub.h | 1 //===- Stub.h -------------------------------------------------------------===// 28 class Stub : public Fragment { 59 Stub(); 61 virtual ~Stub(); 63 /// clone - clone function for stub factory to create the corresponding stub 64 Stub* clone() { return doClone(); } 66 /// isMyDuty - return true when the pReloc is problematic and the stub is able 78 /// name - name of this stub 81 /// getContent - content of the stub [all...] |
/frameworks/compile/mclinker/lib/LD/ |
StubFactory.cpp | 14 #include "mcld/Fragment/Stub.h" 34 /// addPrototype - register a stub prototype 35 void StubFactory::addPrototype(Stub* pPrototype) { 39 /// create - create a stub if needed, otherwise return NULL 40 Stub* StubFactory::create(Relocation& pReloc, 44 // find if there is a prototype stub for the input relocation 45 Stub* stub = NULL; local 46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); 57 // find if there is such a stub in the backward island first 94 Stub* stub = prototype->clone(); local [all...] |
/frameworks/base/core/java/android/service/carrier/ |
CarrierService.java | 55 private final ICarrierService.Stub mStubWrapper; 60 sRegistry = ITelephonyRegistry.Stub.asInterface( 137 private class ICarrierServiceWrapper extends ICarrierService.Stub {
|
/cts/tests/app/app/src/android/app/stubs/ |
StubRemoteService.java | 29 android.util.Log.d("Process test stub", "StubRemoteServiceProcessPid:" + Process.myPid()); 32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
|
/frameworks/base/core/java/android/app/ |
PackageDeleteObserver.java | 24 private final IPackageDeleteObserver2.Stub mBinder = new IPackageDeleteObserver2.Stub() {
|
PackageInstallObserver.java | 25 private final IPackageInstallObserver2.Stub mBinder = new IPackageInstallObserver2.Stub() {
|
SynchronousUserSwitchObserver.java | 28 public abstract class SynchronousUserSwitchObserver extends IUserSwitchObserver.Stub {
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLA25Stub.h | 12 #include "mcld/Fragment/Stub.h" 23 * \brief Mips stub for a non-PIC interface to a PIC function. 25 class MipsLA25Stub : public Stub { 30 // Stub 31 Stub* doClone();
|
/frameworks/base/media/java/android/media/ |
MediaHTTPService.java | 22 public class MediaHTTPService extends IMediaHTTPService.Stub {
|
/frameworks/base/telephony/java/android/telephony/ |
SubscriptionManager.java | 394 IOnSubscriptionsChangedListener callback = new IOnSubscriptionsChangedListener.Stub() { 443 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( 469 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( 497 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); 525 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); 551 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); 574 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); 612 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); 633 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); 653 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")) [all...] |
/cts/tests/tests/security/src/android/security/cts/activity/ |
SecureRandomService.java | 41 private final ISecureRandomService.Stub mBinder = new ISecureRandomService.Stub() {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityService.java | 31 private final IBinderThreadPriorityService.Stub mBinder = 32 new IBinderThreadPriorityService.Stub() {
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
ProxyService.java | 57 return new IProxyCallback.Stub() { 61 IProxyPortListener portListener = IProxyPortListener.Stub.asInterface(callback);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64LongBranchStub.h | 12 #include "mcld/Fragment/Stub.h" 24 class AArch64LongBranchStub : public Stub { 54 Stub* doClone();
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.h | 12 #include "mcld/Fragment/Stub.h" 23 * \brief ARM stub for long call from ARM source to ARM target 26 class ARMToARMStub : public Stub { 58 Stub* doClone();
|
ARMToTHMStub.h | 12 #include "mcld/Fragment/Stub.h" 23 * \brief ARM stub for long call from ARM source to ARM target 26 class ARMToTHMStub : public Stub { 58 Stub* doClone();
|
THMToARMStub.h | 12 #include "mcld/Fragment/Stub.h" 22 * \brief ARM stub for long call from ARM source to ARM target 25 class THMToARMStub : public Stub { 45 // for T bit of this stub 61 Stub* doClone();
|