summaryrefslogtreecommitdiff
path: root/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl')
-rw-r--r--profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl b/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
index c8f33a1e..bfc24446 100644
--- a/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
+++ b/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
@@ -16,6 +16,8 @@
package com.android.server.profcollect;
+import com.android.server.profcollect.IProviderStatusCallback;
+
/** {@hide} */
interface IProfCollectd {
void schedule();
@@ -24,4 +26,5 @@ interface IProfCollectd {
void process();
@utf8InCpp String report();
@utf8InCpp String get_supported_provider();
+ void registerProviderStatusCallback(IProviderStatusCallback cb);
}