OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceStub
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java
79
private IService
mServiceStub
= null;
82
mServiceStub
= IService.Stub.asInterface(service);
87
mServiceStub
= null;
446
if (
mServiceStub
== null) {
453
if (mTraceName != null)
mServiceStub
.startTracing(mTraceName + ".service");
459
mServiceStub
.pingVoid();
461
value =
mServiceStub
.pingString(value);
466
if (mTraceName != null)
mServiceStub
.stopTracing();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java
86
publishBinderService(Context.VOICE_INTERACTION_MANAGER_SERVICE,
mServiceStub
);
92
mServiceStub
.systemRunning(isSafeMode());
98
mServiceStub
.initForUser(userHandle);
103
mServiceStub
.switchUser(userHandle);
107
private final VoiceInteractionManagerServiceStub
mServiceStub
[
all
...]
Completed in 49 milliseconds