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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/input/
InputForwarder.java 31 class InputForwarder extends IInputForwarder.Stub {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub.h 60 Stub* doClone();
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 194 IAccountManager service = IAccountManager.Stub.asInterface(b);
210 IAlarmManager service = IAlarmManager.Stub.asInterface(b);
240 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b));
268 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b);
277 IIpSecService service = IIpSecService.Stub.asInterface(b);
286 return new CountryDetector(ICountryDetector.Stub.asInterface(b));
294 return new DevicePolicyManager(ctx, IDevicePolicyManager.Stub.asInterface(b));
308 IBatteryStats stats = IBatteryStats.Stub.asInterface(
310 IBatteryPropertiesRegistrar registrar = IBatteryPropertiesRegistrar.Stub
327 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b)
    [all...]
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
RemoteSocketFactoryService.java 36 private IRemoteSocketFactory.Stub mBinder = new IRemoteSocketFactory.Stub() {
  /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/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/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
ConnTestActivity.java 110 final INetworkStateObserver observer = INetworkStateObserver.Stub.asInterface(
129 final INetworkManagementService nms = INetworkManagementService.Stub.asInterface(
131 final INetworkPolicyManager npms = INetworkPolicyManager.Stub.asInterface(
  /frameworks/base/config/
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
303 android.app.IActivityContainer$Stub
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
SharedMemoryService.java 34 private static class SharedMemoryServiceImpl extends ISharedMemoryService.Stub {

Completed in 509 milliseconds

1 23 4 5 6 7 8 91011>>