OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statscompanion
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/cmds/statsd/src/
statscompanion_util.cpp
27
sp<IStatsCompanionService>
statsCompanion
= nullptr;
28
// Get
statscompanion
service from service manager
30
if (
statsCompanion
== nullptr) {
32
const String16 name("
statscompanion
");
33
statsCompanion
= interface_cast<IStatsCompanionService>(sm->checkService(name));
34
if (
statsCompanion
== nullptr) {
35
ALOGW("
statscompanion
service unavailable!");
40
return
statsCompanion
;
StatsService.cpp
163
VLOG("
Statscompanion
could not find a broadcast receiver for %s",
472
VLOG("Could not access
statsCompanion
");
852
sp<IStatsCompanionService>
statsCompanion
= getStatsCompanionService();
853
if (
statsCompanion
!= nullptr) {
854
VLOG("Telling
statsCompanion
that statsd is ready");
855
statsCompanion
->statsdReady();
857
VLOG("Could not access
statsCompanion
");
865
sp<IStatsCompanionService>
statsCompanion
= getStatsCompanionService();
866
if (
statsCompanion
== nullptr) {
869
"
statscompanion
unavailable despite it contacting statsd!")
[
all
...]
StatsService.h
139
/** Inform
statsCompanion
that statsd is ready. */
/frameworks/base/cmds/statsd/src/external/
StatsCompanionServicePuller.cpp
77
ALOGW("
statsCompanion
not found!");
/frameworks/base/core/java/android/os/
IStatsCompanionService.aidl
28
* Tell
statscompanion
that stastd is up and running.
/frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java
[
all
...]
/system/sepolicy/prebuilts/api/28.0/private/
service_contexts
151
statscompanion
u:object_r:statscompanion_service:s0
/system/sepolicy/private/
service_contexts
151
statscompanion
u:object_r:statscompanion_service:s0
/frameworks/base/data/etc/
platform.xml
178
<assign-permission name="android.permission.
STATSCOMPANION
" uid="statsd" />
/frameworks/base/core/res/
AndroidManifest.xml
[
all
...]
/cts/tests/tests/permission2/res/raw/
android_manifest.xml
[
all
...]
/frameworks/base/core/java/android/content/
Context.java
[
all
...]
Completed in 144 milliseconds