HomeSort by relevance Sort by last modified time
    Searched full:statsd (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/cmds/statsd/src/logd/
LogReader.h 28 namespace statsd { namespace in namespace:android::os
65 } // namespace statsd
  /frameworks/base/cmds/statsd/src/packages/
PackageInfoListener.h 25 namespace statsd { namespace in namespace:android::os
42 } // namespace statsd
  /frameworks/base/cmds/statsd/src/
statscompanion_util.cpp 24 namespace statsd { namespace in namespace:android::os
43 } // namespace statsd
stats_log_util.h 22 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
27 namespace statsd { namespace in namespace:android::os
90 } // namespace statsd
main.cpp 38 using namespace android::os::statsd;
60 ALOGW("statsd LogReader.Run() is not supposed to return.");
132 ALOGI("using statsd socket");
144 ALOGW("statsd escaped from its loop.");
  /frameworks/base/cmds/statsd/tests/metrics/
metrics_test_helper.cpp 19 namespace statsd { namespace in namespace:android::os
42 } // namespace statsd
  /system/sepolicy/prebuilts/api/28.0/private/
shell.te 45 # when exec()-d by statsd.
49 binder_call(shell, statsd);
perfetto.te 23 # Allow statsd and shell to pipe the trace config to perfetto on stdin and to
25 allow perfetto statsd:fd use;
26 allow perfetto statsd:fifo_file { getattr read write };
  /system/sepolicy/private/
shell.te 45 # when exec()-d by statsd.
49 binder_call(shell, statsd);
perfetto.te 23 # Allow statsd and shell to pipe the trace config to perfetto on stdin and to
25 allow perfetto statsd:fd use;
26 allow perfetto statsd:fifo_file { getattr read write };
  /frameworks/base/cmds/statsd/src/socket/
StatsSocketListener.cpp 40 namespace statsd { namespace in namespace:android::os
54 prctl(PR_SET_NAME, "statsd.writer");
114 mListener->OnLogEvent(&event, false /*reconnected, N/A in statsd socket*/);
123 if (sock < 0) { // statsd started up in init.sh
134 } // namespace statsd
  /frameworks/base/core/java/android/app/
StatsManager.java 33 * API for statsd clients to send configurations and retrieve data.
78 * Broadcast Action: Statsd has started.
110 Slog.e(TAG, "Failed to connect to statsd when adding configuration");
145 Slog.e(TAG, "Failed to connect to statsd when removing configuration");
177 * When statsd sends the broadcast, the PendingIntent will used to send an intent with
187 * time statsd starts. The config must have been added first (via {@link #addConfig}).
213 Slog.e(TAG, "Failed to connect to statsd when adding broadcast subscriber", e);
238 * each time statsd starts. The config must have been added first (via {@link #addConfig},
240 * statsd to send metrics data whenever statsd determines that the metrics in memory ar
    [all...]
  /frameworks/base/cmds/statsd/src/condition/
condition_util.cpp 28 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
33 namespace statsd { namespace in namespace:android::os
99 } // namespace statsd
  /frameworks/base/cmds/statsd/src/metrics/
EventMetricProducer.h 27 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
32 namespace statsd { namespace in namespace:android::os
73 } // namespace statsd
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 90 * Helper service for statsd (the native stats management service in cmds/statsd/).
91 * Used for registering and receiving alarms on behalf of statsd.
113 * statsd is requesting the client to retrieve the same statsd data. The last report time
174 Slog.w(TAG, "Could not access statsd for UserUpdateReceiver");
182 Slog.e(TAG, "Failed to inform statsd latest update of all apps", e);
242 "Statsd sendSubscriberBroadcast with params {%d %d %d %d %s %s}",
318 Slog.w(TAG, "Could not access statsd to inform it of an app update");
342 Slog.w(TAG, "Failed to inform statsd of an app update", e)
    [all...]
  /cts/hostsidetests/statsd/apps/statsdapp/res/values/
strings.xml 19 <string name="app_name">CTS Statsd Atoms App</string>
  /cts/hostsidetests/statsd/apps/statsdapp/res/xml/
authenticator.xml 14 android:accountType="com.android.cts.statsd"
  /cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
MetadataTests.java 16 package android.cts.statsd.metadata;
18 import android.cts.statsd.atom.AtomTestCase;
37 * Statsd Anomaly Detection tests.
41 private static final String TAG = "Statsd.MetadataTests";
MetadataTestCase.java 17 package android.cts.statsd.metadata;
19 import android.cts.statsd.atom.AtomTestCase;
  /frameworks/base/cmds/statsd/src/storage/
StorageManager.h 28 namespace statsd { namespace in namespace:android::os
101 * Prints disk usage statistics related to statsd.
107 * Prints disk usage statistics about a directory related to statsd.
112 } // namespace statsd
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
PerfParser.java 16 package com.android.statsd.loadtest;
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdCtsBackgroundService.java 17 package com.android.server.cts.device.statsd;
19 import com.android.server.cts.device.statsd.AtomTests;
  /frameworks/base/cmds/statsd/benchmark/
get_dimensions_for_condition_benchmark.cpp 25 namespace statsd { namespace in namespace:android::os
69 } // namespace statsd
  /frameworks/base/cmds/statsd/src/external/
StatsPuller.h 32 namespace statsd { namespace in namespace:android::os
79 } // namespace statsd
  /frameworks/base/cmds/statsd/src/matchers/
SimpleLogMatchingTracker.cpp 24 namespace statsd { namespace in namespace:android::os
73 } // namespace statsd

Completed in 531 milliseconds

1 23 4 5 6 7 8 91011>>