Searched refs:IStatsSubscriptionCallback (Results 1 – 9 of 9) sorted by relevance
34 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()
71 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);
29 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()
93 int id, int out, const std::shared_ptr<IStatsSubscriptionCallback>& callback, in ShellSubscriberClient()146 const shared_ptr<IStatsSubscriptionCallback>& callback, int64_t startTimeSec, in create()
19 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()
25 oneway interface IStatsSubscriptionCallback { interface
50 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;
1531 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()
30 "android/os/IStatsSubscriptionCallback.aidl",