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

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null };
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 76 Stub* AArch64CA53Erratum843419Stub2::doClone() {
AArch64CA53ErratumStub.h 12 #include "mcld/Fragment/Stub.h"
24 class AArch64CA53ErratumStub : public Stub {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsMultiEndpoint.java 37 private class ImsExternalCallStateListenerProxy extends IImsExternalCallStateListener.Stub {
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipSessionAdapter.java 24 public class SipSessionAdapter extends ISipSessionListener.Stub {
  /hardware/libhardware/modules/radio/
Android.mk 17 # Stub radio HAL module, used for tests
30 # Stub radio tool that can be run in native.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TestInputControlConnection.java 41 mControl = ITestInputControl.Stub.asInterface(service);
  /frameworks/base/core/java/android/net/
EthernetManager.java 52 private final IEthernetServiceListener.Stub mServiceListener =
53 new IEthernetServiceListener.Stub() {
  /frameworks/base/core/java/android/os/
BatteryManager.java 215 mBatteryStats = IBatteryStats.Stub.asInterface(
217 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface(
SystemVibrator.java 35 mService = IVibratorService.Stub.asInterface(
41 mService = IVibratorService.Stub.asInterface(
  /frameworks/support/v4/java/android/support/v4/os/
ResultReceiver.java 60 class MyResultReceiver extends IResultReceiver.Stub {
131 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 32 private final IKeyChainServiceTestSupport.Stub mIKeyChainServiceTestSupport
33 = new IKeyChainServiceTestSupport.Stub() {
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageBase.java 45 services.mNetworkService = INetworkManagementService.Stub.asInterface(
47 services.mStatsService = INetworkStatsService.Stub.asInterface(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
ActivityTransitionBitmapHelper.java 66 Stub.asInterface(binder);
95 IActivityTransitionBitmapProvider.Stub {
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 96 private final IService.Stub mBinder = new IService.Stub() {
  /packages/services/Car/car-lib/src/android/car/
CarProjectionManager.java 67 mService = ICarProjection.Stub.asInterface(service);
167 private static class ICarProjectionListenerImpl extends ICarProjectionListener.Stub {
  /frameworks/base/
compiled-classes-phone 37 android.accessibilityservice.IAccessibilityServiceConnection$Stub
66 android.accounts.IAccountAuthenticator$Stub
67 android.accounts.IAccountAuthenticator$Stub$Proxy
69 android.accounts.IAccountAuthenticatorResponse$Stub
70 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy
72 android.accounts.IAccountManager$Stub
73 android.accounts.IAccountManager$Stub$Proxy
75 android.accounts.IAccountManagerResponse$Stub
76 android.accounts.IAccountManagerResponse$Stub$Proxy
298 android.app.IActivityContainer$Stub
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service_test.py 70 self.stub = webapp_test_util.TestService.Stub(self.connection)
72 self.stub.optional_message(string_value='alternate-protocol')
80 self.stub = webapp_test_util.TestService.Stub(self.connection)
85 self.stub.optional_message, string_value='alternate-protocol')
89 self.stub.optional_message(string_value='alternate-protocol')
105 return registry.RegistryService.Stub(transport)
188 my_service = webapp_test_util.TestService.Stub(
190 my_other_service = webapp_test_util.TestService.Stub(
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 74 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {
167 mService = IRemoteService.Stub.asInterface(service);
  /frameworks/base/core/java/android/hardware/location/
ContextHubManager.java 320 private IContextHubCallback.Stub mClientCallback = new IContextHubCallback.Stub() {
354 mContextHubService = IContextHubService.Stub.asInterface(b);
  /frameworks/base/core/java/android/view/
WindowId.java 48 final IWindowFocusObserver.Stub mIObserver = new IWindowFocusObserver.Stub() {
222 mToken = IWindowId.Stub.asInterface(target);
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 49 private final IMediaScannerListener.Stub mListener = new IMediaScannerListener.Stub() {
249 mService = IMediaScannerService.Stub.asInterface(service);
  /frameworks/base/media/java/android/media/projection/
MediaProjectionManager.java 67 mService = IMediaProjectionManager.Stub.asInterface(b);
102 return new MediaProjection(mContext, IMediaProjection.Stub.asInterface(projection));
173 private final static class CallbackDelegate extends IMediaProjectionWatcherCallback.Stub {
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 13 #include "mcld/Fragment/Stub.h"
135 case Fragment::Stub: {
136 Stub* stub_frag = static_cast<Stub*>(m_pFragment);
  /packages/apps/Settings/src/com/android/settings/applications/
ResetAppsHelper.java 60 mIPm = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
61 mNm = INotificationManager.Stub.asInterface(
63 mWvus = IWebViewUpdateService.Stub.asInterface(ServiceManager.getService("webviewupdate"));

Completed in 1877 milliseconds

1 2 34 5 6 7 8 91011>>