HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Target/
Stub.h 1 //===- Stub.h -------------------------------------------------------------===//
19 /** \class Stub
20 * \brief Stub is a piece of jumpping code.
22 class Stub
  /cts/tests/src/android/os/cts/
EmptyService.java 28 private final IEmptyService.Stub mBinder = new IEmptyService.Stub() {
  /cts/tests/src/android/app/cts/
StubRemoteService.java 29 android.util.Log.d("Process test stub", "StubRemoteServiceProcessPid:" + Process.myPid());
32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
  /frameworks/base/services/java/com/android/server/net/
NetworkAlertObserver.java 24 public abstract class NetworkAlertObserver extends INetworkManagementEventObserver.Stub {
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityService.java 31 private final IBinderThreadPriorityService.Stub mBinder =
32 new IBinderThreadPriorityService.Stub() {
  /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,
IMountServiceListener.java 32 /** Local-side IPC implementation stub class. */
33 public static abstract class Stub extends Binder implements IMountServiceListener {
36 /** Construct the stub at attach it to the interface. */
37 public Stub() {
53 return new IMountServiceListener.Stub.Proxy(obj);
118 mRemote.transact(Stub.TRANSACTION_onUsbMassStorageConnectionChanged, _data,
145 mRemote.transact(Stub.TRANSACTION_onStorageStateChanged, _data, _reply, 0);
IMountService.java 36 /** Local-side IPC implementation stub class. */
37 public static abstract class Stub extends Binder implements IMountService {
63 mRemote.transact(Stub.TRANSACTION_registerListener, _data, _reply, 0);
80 mRemote.transact(Stub.TRANSACTION_unregisterListener, _data, _reply, 0);
97 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageConnected, _data, _reply, 0);
118 mRemote.transact(Stub.TRANSACTION_setUsbMassStorageEnabled, _data, _reply, 0);
136 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageEnabled, _data, _reply, 0);
157 mRemote.transact(Stub.TRANSACTION_mountVolume, _data, _reply, 0);
181 mRemote.transact(Stub.TRANSACTION_unmountVolume, _data, _reply, 0);
200 mRemote.transact(Stub.TRANSACTION_formatVolume, _data, _reply, 0)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 85 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
150 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
211 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
251 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
279 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
308 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
332 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
362 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
392 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
423 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"))
    [all...]
  /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
83 ILearning_StochasticLinearRanker.Stub.asInterface(
99 ILearning_MulticlassPA.Stub.asInterface(mService.getClassifier(name));
114 mService = IBordeauxService.Stub.asInterface(service);
  /frameworks/base/core/java/com/android/internal/app/
DisableCarModeActivity.java 34 IUiModeManager uiModeManager = IUiModeManager.Stub.asInterface(
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
DataCommand.java 56 IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
66 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
WifiCommand.java 56 IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
66 = IWifiManager.Stub.asInterface(ServiceManager.getService(Context.WIFI_SERVICE));
UsbCommand.java 50 IUsbManager usbMgr = IUsbManager.Stub.asInterface(ServiceManager.getService(
  /frameworks/base/core/java/android/app/
KeyguardManager.java 114 mWM = IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
207 mWM.exitKeyguardSecurely(new IOnKeyguardExitResult.Stub() {
  /frameworks/base/core/java/android/os/
CancellationSignal.java 20 import android.os.ICancellationSignal.Stub;
202 private static final class Transport extends ICancellationSignal.Stub {
RemoteCallback.java 40 class LocalCallback extends IRemoteCallback.Stub {
100 IRemoteCallback.Stub.asInterface(target)) : null;
ResultReceiver.java 47 class MyResultReceiver extends IResultReceiver.Stub {
118 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 37 private IGeocodeProvider.Stub mProvider = new IGeocodeProvider.Stub() {
  /frameworks/compile/mclinker/lib/Target/
Android.mk 10 Stub.cpp \
  /packages/apps/Email/src/com/android/email/service/
PolicyService.java 33 private final IPolicyService.Stub mBinder = new IPolicyService.Stub() {
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 53 protected final IService.Stub mBinder = new IService.Stub() {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 98 /// FunctionToLazyStubMap - Keep track of the lazy stub created for a
134 // The address given to us for the stub may not be exactly right, it
135 // might be a little bit after the stub. As such, use upper_bound to
158 // unregister the stub addresses from the StubToResolverMap in
178 /// a lazy stub. It's actually here to make it more likely that far calls
179 /// succeed, but no single stub can guarantee that. I'll remove this in a
201 /// lazy-compilation stub if it has already been created.
205 /// lazy-compilation stub, creating one on demand as needed.
208 /// getExternalFunctionStub - Return a stub for the function at the
221 /// JITCompilerFn - This function is called to resolve a stub to a compile
    [all...]
  /frameworks/base/core/java/android/content/
ClipboardManager.java 61 private final IOnPrimaryClipChangedListener.Stub mPrimaryClipChangedServiceListener
62 = new IOnPrimaryClipChangedListener.Stub() {
103 sService = IClipboard.Stub.asInterface(b);

Completed in 1388 milliseconds

1 2 3 4 5 6 7 8 91011>>