HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 51 - 75 of 1010) sorted by null

1 23 4 5 6 7 8 91011>>

  /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(
63 INfcAdapter nfc = INfcAdapter.Stub
DataCommand.java 53 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
UsbCommand.java 50 IUsbManager usbMgr = IUsbManager.Stub.asInterface(ServiceManager.getService(
  /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());
ShellCallback.java 37 class MyShellCallback extends IShellCallback.Stub {
102 mShellCallback = IShellCallback.Stub.asInterface(in.readStrongBinder());
SystemVibrator.java 35 mService = IVibratorService.Stub.asInterface(ServiceManager.getService("vibrator"));
40 mService = IVibratorService.Stub.asInterface(ServiceManager.getService("vibrator"));
  /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() {
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmImpl.java 27 import com.android.testing.alarmservice.Alarm.Stub;
29 public class AlarmImpl extends Stub {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 91 private final IAccessibilityManagerClient.Stub mClient =
92 new IAccessibilityManagerClient.Stub() {
  /frameworks/support/customtabs/src/android/support/customtabs/
PostMessageServiceConnection.java 37 mSessionBinder = ICustomTabsCallback.Stub.asInterface(session.getCallbackBinder());
64 mService = IPostMessageService.Stub.asInterface(service);
  /frameworks/support/customtabs/tests/src/android/support/customtabs/
TestCustomTabsCallback.java 30 private ICustomTabsCallback.Stub mWrapper = new ICustomTabsCallback.Stub() {
  /packages/apps/Email/provider_src/com/android/email/service/
AccountService.java 40 private final IAccountService.Stub mBinder = new IAccountService.Stub() {
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 53 protected final IService.Stub mBinder = new IService.Stub() {
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 12 #include "mcld/Fragment/Stub.h"
84 /// findStub - return true if there is a stub built from the given prototype
86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) {
96 /// addStub - add a stub into the island
97 bool BranchIsland::addStub(const Stub* pPrototype,
99 Stub& pStub) {
117 // insert stub fragment
126 void BranchIsland::addStub(Stub& pStub) {
143 // insert stub fragmen
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 99 /// FunctionToLazyStubMap - Keep track of the lazy stub created for a
135 // The address given to us for the stub may not be exactly right, it
136 // might be a little bit after the stub. As such, use upper_bound to
159 // unregister the stub addresses from the StubToResolverMap in
179 /// a lazy stub. It's actually here to make it more likely that far calls
180 /// succeed, but no single stub can guarantee that. I'll remove this in a
202 /// lazy-compilation stub if it has already been created.
206 /// lazy-compilation stub, creating one on demand as needed.
209 /// getExternalFunctionStub - Return a stub for the function at the
222 /// JITCompilerFn - This function is called to resolve a stub to a compile
    [all...]
  /frameworks/base/core/java/android/content/
ClipboardManager.java 53 private final IOnPrimaryClipChangedListener.Stub mPrimaryClipChangedServiceListener
54 = new IOnPrimaryClipChangedListener.Stub() {
92 mService = IClipboard.Stub.asInterface(
  /frameworks/base/
compiled-classes-phone 36 android.accessibilityservice.IAccessibilityServiceConnection$Stub
67 android.accounts.IAccountAuthenticator$Stub
68 android.accounts.IAccountAuthenticator$Stub$Proxy
70 android.accounts.IAccountAuthenticatorResponse$Stub
71 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy
73 android.accounts.IAccountManager$Stub
74 android.accounts.IAccountManager$Stub$Proxy
76 android.accounts.IAccountManagerResponse$Stub
77 android.accounts.IAccountManagerResponse$Stub$Proxy
301 android.app.IActivityContainer$Stub
    [all...]
  /frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/
LockSettingsCmd.java 60 ILockSettings lockSettings = ILockSettings.Stub.asInterface(

Completed in 640 milliseconds

1 23 4 5 6 7 8 91011>>