summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-01 03:09:08 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-01 03:09:08 +0000
commit05bed81c27af5176dd776f12ae7e4d044870bdf0 (patch)
tree3ec58ebefdb755e9820b6657704d354207583d2e
parente0c1668abe078c536871719324bbb4928224c000 (diff)
parent3589a2d0778e50fdf37cf409aceceb6f413a10a0 (diff)
downloadgsid-05bed81c27af5176dd776f12ae7e4d044870bdf0.tar.gz
Snap for 7328689 from 3589a2d0778e50fdf37cf409aceceb6f413a10a0 to sc-d1-release
Change-Id: I88da0f78cb5d931a4501a21181f751a46be90a3c
-rw-r--r--aidl/android/gsi/IGsiService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/aidl/android/gsi/IGsiService.aidl b/aidl/android/gsi/IGsiService.aidl
index f706098..c889987 100644
--- a/aidl/android/gsi/IGsiService.aidl
+++ b/aidl/android/gsi/IGsiService.aidl
@@ -90,6 +90,7 @@ interface IGsiService {
* Asynchronous enableGsi
* @param result callback for result
*/
+ @SuppressWarnings(value={"mixed-oneway"})
oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result);
/**
@@ -120,6 +121,7 @@ interface IGsiService {
* Asynchronous removeGsi
* @param result callback for result
*/
+ @SuppressWarnings(value={"mixed-oneway"})
oneway void removeGsiAsync(IGsiServiceCallback result);
/**