HomeSort by relevance Sort by last modified time
    Searched full:statscompanionservice (Results 1 - 24 of 24) sorted by null

  /frameworks/base/cmds/statsd/src/anomaly/
AlarmMonitor.h 79 void setStatsCompanionService(sp<IStatsCompanionService> statsCompanionService);
102 * StatsCompanionService. This may not be equal to the soonest alarm,
114 * StatsCompanionService. This, in general, may not be equal to the soonest
126 * Binder interface for communicating with StatsCompanionService.
137 * Updates the alarm registered with StatsCompanionService to the given time.
143 * Cancels the alarm registered with StatsCompanionService.
151 // Callback function to update the alarm via StatsCompanionService.
154 // Callback function to cancel the alarm via StatsCompanionService.
AlarmMonitor.cpp 37 void AlarmMonitor::setStatsCompanionService(sp<IStatsCompanionService> statsCompanionService) {
40 mStatsCompanionService = statsCompanionService;
41 if (statsCompanionService == nullptr) {
42 VLOG("Erasing link to statsCompanionService");
45 VLOG("Creating link to statsCompanionService");
  /frameworks/base/cmds/statsd/src/external/
StatsPullerManager.h 56 void SetStatsCompanionService(sp<IStatsCompanionService> statsCompanionService) {
57 mPullerManager.SetStatsCompanionService(statsCompanionService);
StatsCompanionServicePuller.cpp 42 // let StatsCompanionService handle that and send the data back.
47 sp<IStatsCompanionService> statsCompanionService) {
50 mStatsCompanionService = statsCompanionService;
StatsCompanionServicePuller.h 31 void SetStatsCompanionService(sp<IStatsCompanionService> statsCompanionService) override;
StatsPullerManagerImpl.h 69 void SetStatsCompanionService(sp<IStatsCompanionService> statsCompanionService);
87 // locks for data receiver and StatsCompanionService changes
StatsPuller.h 50 virtual void SetStatsCompanionService(sp<IStatsCompanionService> statsCompanionService){};
StatsPullerManagerImpl.cpp 212 VLOG("StatsCompanionService not available. Alarm not set.");
218 sp<IStatsCompanionService> statsCompanionService) {
221 mStatsCompanionService = statsCompanionService;
223 pulledAtom.second.puller->SetStatsCompanionService(statsCompanionService);
  /frameworks/base/cmds/statsd/src/
statscompanion_util.h 31 /** Fetches and returns the StatsCompanionService. */
atoms.proto     [all...]
StatsService.cpp 160 VLOG("Could not find StatsCompanionService");
    [all...]
  /frameworks/base/cmds/statsd/src/subscriber/
SubscriberReporter.h 54 void setStatsCompanionService(sp<IStatsCompanionService> statsCompanionService) {
57 mStatsCompanionService = statsCompanionService;
92 /** Binder interface for communicating with StatsCompanionService. */
SubscriberReporter.cpp 107 ALOGW("Failed to send subscriber broadcast: could not access StatsCompanionService.");
  /frameworks/base/libs/services/include/android/os/
StatsDimensionsValue.h 28 // Represents a parcelable object. Used to send data from statsd to StatsCompanionService.java.
  /frameworks/base/core/java/android/os/
IStatsCompanionService.aidl 72 * Requests StatsCompanionService to send a broadcast using the given intentSender
IStatsManager.aidl 30 * Tell the stats daemon that the StatsCompanionService is up and running.
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 95 public class StatsCompanionService extends IStatsCompanionService.Stub {
105 static final String TAG = "StatsCompanionService";
156 public StatsCompanionService(Context context) {
315 if (DEBUG) Slog.d(TAG, "StatsCompanionService noticed an app was updated.");
351 Slog.i(TAG, "StatsCompanionService believes an anomaly has occurred at time "
422 Slog.i(TAG, "StatsCompanionService noticed a shutdown.");
    [all...]
  /frameworks/base/cmds/statsd/src/guardrail/
StatsdStats.h 241 * Report that statsd modified the anomaly alarm registered with StatsCompanionService.
246 * Report that statsd modified the periodic alarm registered with StatsCompanionService.
351 // StatsCompanionService.
  /frameworks/base/cmds/statsd/src/packages/
UidMap.h 79 // at any given moment. This map must be updated by StatsCompanionService.
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
AtomTestCase.java 91 // 2. make sure StatsCompanionService and incidentd is running
  /frameworks/base/services/
art-profile     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 110 import com.android.server.stats.StatsCompanionService;
    [all...]
  /frameworks/base/core/res/
AndroidManifest.xml     [all...]
  /cts/tests/tests/permission2/res/raw/
android_manifest.xml     [all...]

Completed in 1126 milliseconds