summaryrefslogtreecommitdiffstats
path: root/binder/com/google/android/startop/iorap/IIorap.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'binder/com/google/android/startop/iorap/IIorap.aidl')
-rw-r--r--binder/com/google/android/startop/iorap/IIorap.aidl10
1 files changed, 7 insertions, 3 deletions
diff --git a/binder/com/google/android/startop/iorap/IIorap.aidl b/binder/com/google/android/startop/iorap/IIorap.aidl
index fe91d15..05faefe 100644
--- a/binder/com/google/android/startop/iorap/IIorap.aidl
+++ b/binder/com/google/android/startop/iorap/IIorap.aidl
@@ -18,12 +18,14 @@ package com.google.android.startop.iorap;
import com.google.android.startop.iorap.ITaskListener;
-import com.google.android.startop.iorap.PackageEvent;
-import com.google.android.startop.iorap.AppLaunchEvent;
import com.google.android.startop.iorap.AppIntentEvent;
+import com.google.android.startop.iorap.AppLaunchEvent;
+import com.google.android.startop.iorap.DexOptEvent;
+import com.google.android.startop.iorap.JobScheduledEvent;
+import com.google.android.startop.iorap.PackageEvent;
+import com.google.android.startop.iorap.RequestId;
import com.google.android.startop.iorap.SystemServiceEvent;
import com.google.android.startop.iorap.SystemServiceUserEvent;
-import com.google.android.startop.iorap.RequestId;
/**
* IIOrap is a client interface to the input/output readahead and pin daemon (iorapd).
@@ -109,6 +111,8 @@ oneway interface IIorap {
// void onActivityHintEvent(in RequestId request, in ActivityHintEvent event);
void onAppLaunchEvent(in RequestId request, in AppLaunchEvent event);
+ void onDexOptEvent(in RequestId request, in DexOptEvent event);
+ void onJobScheduledEvent(in RequestId request, in JobScheduledEvent event);
void onPackageEvent(in RequestId request, in PackageEvent event);
void onAppIntentEvent(in RequestId request, in AppIntentEvent event);
void onSystemServiceEvent(in RequestId request, in SystemServiceEvent event);