OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub
(Results
151 - 175
of
843
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimSmsTest.java
34
ISms sms = ISms.
Stub
.asInterface(ServiceManager.getService("isms"));
/frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsSessionToken.java
46
return new CustomTabsSessionToken(ICustomTabsCallback.
Stub
.asInterface(binder));
CustomTabsClient.java
182
ICustomTabsCallback.
Stub
wrapper = new ICustomTabsCallback.
Stub
() {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java
37
mService = IAccountService.
Stub
.asInterface(binder);
/packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java
73
IMediaPlaybackService serv = IMediaPlaybackService.
Stub
.asInterface(obj);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerWhitelistBackend.java
41
mDeviceIdleService = IDeviceIdleController.
Stub
.asInterface(
/packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java
71
private class ICarAppBlockingPoicyImpl extends ICarAppBlockingPolicy.
Stub
{
/packages/services/Car/car-lib/src/android/car/hardware/camera/
CarCameraManager.java
56
mService = ICarCamera.
Stub
.asInterface(service);
/development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java
123
private final IRemoteService.
Stub
mBinder = new IRemoteService.
Stub
() {
135
private final ISecondary.
Stub
mSecondaryBinder = new ISecondary.
Stub
() {
314
mService = IRemoteService.
Stub
.asInterface(service);
355
mSecondaryService = ISecondary.
Stub
.asInterface(service);
443
private IRemoteServiceCallback mCallback = new IRemoteServiceCallback.
Stub
() {
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-intermix.s
201
#
Stub
function for m16_d (double)
249
#
Stub
function for m16_static_d (double)
297
#
Stub
function for m16_static1_d (double)
345
#
Stub
function for m16_static32_d (double)
393
#
Stub
function for m16_static16_d (double)
668
#
Stub
function for m16_dl (double)
724
#
Stub
function for m16_static_dl (double)
780
#
Stub
function for m16_static1_dl (double)
836
#
Stub
function for m16_static32_dl (double)
892
#
Stub
function for m16_static16_dl (double
[
all
...]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-intermix-2.s
201
#
Stub
function for m16_d (double)
249
#
Stub
function for m16_static_d (double)
297
#
Stub
function for m16_static1_d (double)
345
#
Stub
function for m16_static32_d (double)
393
#
Stub
function for m16_static16_d (double)
668
#
Stub
function for m16_dl (double)
724
#
Stub
function for m16_static_dl (double)
780
#
Stub
function for m16_static1_dl (double)
836
#
Stub
function for m16_static32_dl (double)
892
#
Stub
function for m16_static16_dl (double
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
89
GVSym = P.getSymbolWithGlobalValueBase(GV, "$
stub
");
119
MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$
stub
");
544
// L_foo$
stub
:
606
for (const auto &
Stub
: Stubs) {
607
// L_foo$
stub
:
608
OutStreamer->EmitLabel(
Stub
.first);
610
OutStreamer->EmitSymbolAttribute(
Stub
.second.getPointer(),
629
for (auto &
Stub
: Stubs)
630
emitNonLazySymbolPointer(*OutStreamer,
Stub
.first,
Stub
.second)
[
all
...]
/external/llvm/lib/ExecutionEngine/Orc/
OrcTargetSupport.cpp
102
//
Stub
format is:
148
uint64_t *
Stub
= reinterpret_cast<uint64_t*>(StubsBlock.base());
152
Stub
[I] = 0xF1C40000000025ff | PtrOffsetField;
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java
89
mTelecomService = ITelecomService.
Stub
.asInterface(
95
mUserManager = IUserManager.
Stub
/frameworks/base/core/java/android/net/
PacProxySelector.java
49
mProxyService = IProxyService.
Stub
.asInterface(
61
mProxyService = IProxyService.
Stub
.asInterface(
/frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java
72
IVoiceInteractionService mInterface = new IVoiceInteractionService.
Stub
() {
224
mSystemService = IVoiceInteractionManagerService.
Stub
.asInterface(
/frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java
41
mService = IBinderThreadPriorityService.
Stub
.asInterface(service);
51
private static class ServiceStub extends IBinderThreadPriorityService.
Stub
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java
66
private final IKeyguardService.
Stub
mBinder = new IKeyguardService.
Stub
() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
RecentsTvTransitionHelper.java
116
IRemoteCallback.
Stub
callback = null;
118
callback = new IRemoteCallback.
Stub
() {
/frameworks/base/services/core/java/com/android/server/location/
GeofenceProxy.java
104
mGeofenceHardware = IGeofenceHardware.
Stub
.asInterface(service);
120
IGeofenceProvider provider = IGeofenceProvider.
Stub
.asInterface(
/frameworks/base/services/core/java/com/android/server/pm/
EphemeralResolverConnection.java
147
mRemoteInstance = IEphemeralResolver.
Stub
.asInterface(service);
166
mCallback = new IRemoteCallback.
Stub
() {
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java
200
mService = (IRecommendationService)IRecommendationService.
Stub
.asInterface(service);
203
mService.registerCallbacks(new IRecommendationServiceCallbacks.
Stub
() {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java
122
private final IBordeauxService.
Stub
mBinder = new IBordeauxService.
Stub
() {
/hardware/libhardware/modules/soundtrigger/
Android.mk
17
#
Stub
sound_trigger HAL module, used for tests
20
LOCAL_MODULE := sound_trigger.
stub
.default
/packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java
85
IMountService mountService = IMountService.
Stub
.asInterface(service);
142
IMountService mountService = IMountService.
Stub
.asInterface(service);
Completed in 652 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>