HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 26 - 50 of 843) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/ARM/
THMToTHMStub.h 12 #include "mcld/Fragment/Stub.h"
22 * \brief ARM stub for long call from ARM source to ARM target
25 class THMToTHMStub : public Stub {
45 // for T bit of this stub
61 Stub* doClone();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.h 12 #include "mcld/Fragment/Stub.h"
23 * \brief Hexagon stub for abs long call from source to target
26 class HexagonAbsoluteStub : public Stub {
58 Stub* doClone();
HexagonAbsoluteStub.cpp 40 : Stub(), m_Name("HexagonTrampoline"), m_pData(NULL), m_Size(0x0) {
52 : Stub(), m_Name("AbsVeneer"), m_pData(pData), m_Size(pSize) {
86 // need a stub to be created
108 Stub* HexagonAbsoluteStub::doClone() {
  /cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java 28 IDreamManager service = IDreamManager.Stub.asInterface(
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 31 /** Local-side IPC implementation stub class. */
32 public static abstract class Stub extends Binder implements IMountShutdownObserver {
35 /** Construct the stub at attach it to the interface. */
36 public Stub() {
52 return new IMountShutdownObserver.Stub.Proxy(obj);
106 mRemote.transact(Stub.TRANSACTION_onShutDownComplete, _data, _reply, 0);
IObbActionListener.java 32 /** Local-side IPC implementation stub class. */
33 public static abstract class Stub extends Binder implements IObbActionListener {
36 /** Construct the stub at attach it to the interface. */
37 public Stub() {
53 return new IObbActionListener.Stub.Proxy(obj);
115 mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum835769Stub.h 55 Stub* doClone();
AArch64CA53Erratum843419Stub2.h 55 Stub* doClone();
AArch64CA53Erratum843419Stub.h 60 Stub* doClone();
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsServiceConnection.java 33 ICustomTabsService.Stub.asInterface(service), name) {
  /frameworks/base/core/java/android/net/
CaptivePortal.java 74 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED);
88 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED);
104 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 39 * this will need to be served as a stub for the remote running service. And
40 * extends from IBordeauxManager.stub
82 mAggregatorManager = IAggregatorManager.Stub.asInterface(
96 mPredictor = IPredictor.Stub.asInterface(mService.getPredictor(name));
111 ILearning_StochasticLinearRanker.Stub.asInterface(
127 ILearning_MulticlassPA.Stub.asInterface(mService.getClassifier(name));
142 mService = IBordeauxService.Stub.asInterface(service);
  /frameworks/base/core/java/com/android/internal/app/
DisableCarModeActivity.java 34 IUiModeManager uiModeManager = IUiModeManager.Stub.asInterface(
  /frameworks/base/keystore/java/android/security/
GateKeeper.java 35 IGateKeeperService service = IGateKeeperService.Stub.asInterface(
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
RemoteSocketFactoryService.java 36 private IRemoteSocketFactory.Stub mBinder = new IRemoteSocketFactory.Stub() {
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
NfcCommand.java 58 IPackageManager pm = IPackageManager.Stub.asInterface(
62 INfcAdapter nfc = INfcAdapter.Stub
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 171 IAccountManager service = IAccountManager.Stub.asInterface(b);
187 IAlarmManager service = IAlarmManager.Stub.asInterface(b);
217 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b));
238 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b);
247 return new CountryDetector(ICountryDetector.Stub.asInterface(b));
283 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b);
341 return new LocationManager(ctx, ILocationManager.Stub.asInterface(b));
348 return new NetworkPolicyManager(ctx, INetworkPolicyManager.Stub.asInterface(
373 INsdManager service = INsdManager.Stub.asInterface(b);
382 IPowerManager service = IPowerManager.Stub.asInterface(b)
    [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiPlaybackClient.java 121 return new IHdmiControlCallback.Stub() {
130 return new IHdmiControlCallback.Stub() {
  /frameworks/base/core/java/android/os/
RemoteCallback.java 47 mCallback = new IRemoteCallback.Stub() {
58 mCallback = IRemoteCallback.Stub.asInterface(
ResultReceiver.java 54 class MyResultReceiver extends IResultReceiver.Stub {
125 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
  /frameworks/base/core/java/android/service/vr/
VrListenerService.java 71 private final IVrListener.Stub mBinder = new IVrListener.Stub() {
  /frameworks/base/core/java/com/android/server/backup/
NotificationBackupHelper.java 47 INotificationManager nm = INotificationManager.Stub.asInterface(
68 INotificationManager nm = INotificationManager.Stub.asInterface(
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProviderWatcher.java 54 private IActivityRecognitionHardwareWatcher.Stub mWatcherStub =
55 new IActivityRecognitionHardwareWatcher.Stub() {
GeocodeProvider.java 39 private IGeocodeProvider.Stub mProvider = new IGeocodeProvider.Stub() {
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiService.java 43 private final IBluetoothMidiService.Stub mBinder = new IBluetoothMidiService.Stub() {

Completed in 176 milliseconds

12 3 4 5 6 7 8 91011>>