Home
last modified time | relevance | path

Searched refs:IStatsSubscriptionCallback (Results 1 – 9 of 9) sorted by relevance

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.h34 using aidl::android::os::IStatsSubscriptionCallback;
63 const std::shared_ptr<IStatsSubscriptionCallback>& callback, int64_t startTimeSec,
68 const std::shared_ptr<IStatsSubscriptionCallback>& callback,
88 bool hasCallback(const std::shared_ptr<IStatsSubscriptionCallback>& callback) const { in hasCallback()
DShellSubscriber.h71 const shared_ptr<aidl::android::os::IStatsSubscriptionCallback>& callback);
76 const shared_ptr<aidl::android::os::IStatsSubscriptionCallback>& callback);
78 void unsubscribe(const shared_ptr<aidl::android::os::IStatsSubscriptionCallback>& callback);
DShellSubscriber.cpp29 using aidl::android::os::IStatsSubscriptionCallback;
62 const shared_ptr<IStatsSubscriptionCallback>& callback) { in startNewSubscription()
154 void ShellSubscriber::flushSubscription(const shared_ptr<IStatsSubscriptionCallback>& callback) { in flushSubscription()
179 void ShellSubscriber::unsubscribe(const shared_ptr<IStatsSubscriptionCallback>& callback) { in unsubscribe()
DShellSubscriberClient.cpp93 int id, int out, const std::shared_ptr<IStatsSubscriptionCallback>& callback, in ShellSubscriberClient()
146 const shared_ptr<IStatsSubscriptionCallback>& callback, int64_t startTimeSec, in create()
/packages/modules/StatsD/aidl/android/os/
DIStatsd.aidl19 import android.os.IStatsSubscriptionCallback;
285 IStatsSubscriptionCallback callback); in addSubscription()
295 oneway void removeSubscription(IStatsSubscriptionCallback callback); in removeSubscription()
305 oneway void flushSubscription(IStatsSubscriptionCallback callback); in flushSubscription()
DIStatsSubscriptionCallback.aidl25 oneway interface IStatsSubscriptionCallback { interface
/packages/modules/StatsD/statsd/src/
DStatsService.h50 using aidl::android::os::IStatsSubscriptionCallback;
245 const shared_ptr<IStatsSubscriptionCallback>& callback) override;
251 const shared_ptr<IStatsSubscriptionCallback>& callback) override;
257 const shared_ptr<IStatsSubscriptionCallback>& callback) override;
DStatsService.cpp1531 const shared_ptr<IStatsSubscriptionCallback>& callback) { in addSubscription()
1541 Status StatsService::removeSubscription(const shared_ptr<IStatsSubscriptionCallback>& callback) { in removeSubscription()
1551 Status StatsService::flushSubscription(const shared_ptr<IStatsSubscriptionCallback>& callback) { in flushSubscription()
/packages/modules/StatsD/aidl/
DAndroid.bp30 "android/os/IStatsSubscriptionCallback.aidl",